Skip to content

Commit

Permalink
Merge pull request #39 from curious44/master
Browse files Browse the repository at this point in the history
Update hide-4k.py
  • Loading branch information
jkirkcaldy authored Sep 29, 2021
2 parents 2ad2ee0 + 00ca269 commit 478c7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hide-4k.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
for movie in added:
resolutions = {m.videoResolution for m in movie.media}
if len(resolutions) < 2 and '4k' in resolutions:
if optimise == 'False':
if optimise == 'false':
movie.addLabel('Untranscodable')
print(movie.title+' has only 4k avaialble, setting untranscodable' )
elif optimise == 'true':
Expand Down

0 comments on commit 478c7e9

Please sign in to comment.