fix array to string

This commit is contained in:
Clinton Hall 2013-02-21 18:13:14 -08:00
commit 42083b4be5

View file

@ -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]