label
not labels
This commit is contained in:
parent
129befb08c
commit
50c4d3b665
@ -96,15 +96,15 @@ if __name__ == "__main__":
|
|||||||
filterMusic = {}
|
filterMusic = {}
|
||||||
|
|
||||||
if opts.movieLabels:
|
if opts.movieLabels:
|
||||||
filterMovies['labels'] = opts.movieLabels
|
filterMovies['label'] = opts.movieLabels
|
||||||
if opts.movieRatings:
|
if opts.movieRatings:
|
||||||
filterMovies['contentRating'] = opts.movieRatings
|
filterMovies['contentRating'] = opts.movieRatings
|
||||||
if opts.tvLabels:
|
if opts.tvLabels:
|
||||||
filterTelevision['labels'] = opts.tvLabels
|
filterTelevision['label'] = opts.tvLabels
|
||||||
if opts.tvRatings:
|
if opts.tvRatings:
|
||||||
filterTelevision['contentRating'] = opts.tvRatings
|
filterTelevision['contentRating'] = opts.tvRatings
|
||||||
if opts.musicLabels:
|
if opts.musicLabels:
|
||||||
filterMusic['labels'] = opts.musicLabels
|
filterMusic['label'] = opts.musicLabels
|
||||||
|
|
||||||
for user in opts.user:
|
for user in opts.user:
|
||||||
if opts.share == 'share':
|
if opts.share == 'share':
|
||||||
|
Loading…
Reference in New Issue
Block a user