mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
Fix mime type
This commit is contained in:
parent
a0dc6aa173
commit
3affb38ba2
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
<string>BitTorrent Document</string>
|
<string>BitTorrent Document</string>
|
||||||
<key>CFBundleTypeMIMETypes</key>
|
<key>CFBundleTypeMIMETypes</key>
|
||||||
<array>
|
<array>
|
||||||
<string>image/x-bittorrent</string>
|
<string>application/x-bittorrent</string>
|
||||||
</array>
|
</array>
|
||||||
<key>CFBundleTypeRole</key>
|
<key>CFBundleTypeRole</key>
|
||||||
<string>Viewer</string>
|
<string>Viewer</string>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue