Skip to content

Commit 9e4189d

Browse files
committed
add missing protocol handler
1 parent 6caa62e commit 9e4189d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

info.plist

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@
4646
<string>magnet</string>
4747
</array>
4848
</dict>
49+
<dict>
50+
<key>CFBundleURLName</key>
51+
<string>Playback URL</string>
52+
<key>CFBundleURLSchemes</key>
53+
<array>
54+
<string>playback</string>
55+
</array>
56+
</dict>
4957
</array>
5058
<key>CFBundleDocumentTypes</key>
5159
<array>

0 commit comments

Comments
 (0)