mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
fix array to string
This commit is contained in:
parent
a11619b03c
commit
42083b4be5
1 changed files with 3 additions and 3 deletions
|
@ -32,9 +32,9 @@ useLink = 0
|
||||||
extractionTool = C:\Program Files\7-Zip\7z.exe
|
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 ######
|
###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ######
|
||||||
compressedExtentions = ['.zip', '.rar', '.7z', '.gz', '.bz', '.tar', '.arj']
|
compressedExtentions = .zip,.rar,.7z,.gz,.bz,.tar,.arj
|
||||||
mediaExtentions = ['.mkv', '.avi', '.divx', '.xvid', '.mov', '.wmv', '.mp4', '.mpg', '.mpeg', '.vob', '.iso']
|
mediaExtentions = .mkv,.avi,.divx,.xvid,.mov,.wmv,.mp4,.mpg,.mpeg,.vob,.iso
|
||||||
metaExtentions = ['.nfo', '.sub', '.srt', '.jpg', '.gif']
|
metaExtentions = .nfo,.sub,.srt,.jpg,.gif
|
||||||
|
|
||||||
# Logging configuration
|
# Logging configuration
|
||||||
[loggers]
|
[loggers]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue