label
not labels
This commit is contained in:
parent
129befb08c
commit
50c4d3b665
@ -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':
|
||||
|
Loading…
Reference in New Issue
Block a user