not labels
This commit is contained in:
blacktwin 2018-01-20 02:19:33 -05:00 committed by GitHub
parent 129befb08c
commit 50c4d3b665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,15 +96,15 @@ if __name__ == "__main__":
filterMusic = {}
if opts.movieLabels:
filterMovies['labels'] = opts.movieLabels
filterMovies['label'] = opts.movieLabels
if opts.movieRatings:
filterMovies['contentRating'] = opts.movieRatings
if opts.tvLabels:
filterTelevision['labels'] = opts.tvLabels
filterTelevision['label'] = opts.tvLabels
if opts.tvRatings:
filterTelevision['contentRating'] = opts.tvRatings
if opts.musicLabels:
filterMusic['labels'] = opts.musicLabels
filterMusic['label'] = opts.musicLabels
for user in opts.user:
if opts.share == 'share':