mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
fix categories
This commit is contained in:
parent
195636280f
commit
427b599e49
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ failed_fork=0
|
|||
[Torrent]
|
||||
useLink = 0
|
||||
extractionTool = C:\Program Files\7-Zip\7z.exe
|
||||
categories = ['music', 'music_videos', 'pictures', 'software']
|
||||
categories = music,music_videos,pictures,software
|
||||
###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ######
|
||||
compressedExtentions = ['.zip', '.rar', '.7z', '.gz', '.bz', '.tar', '.arj']
|
||||
mediaExtentions = ['.mkv', '.avi', '.divx', '.xvid', '.mov', '.wmv', '.mp4', '.mpg', '.mpeg', '.vob', '.iso']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue