Revert "JavDB: add User Rating for Emby&Jellyfin"

This commit is contained in:
Yoshiko2
2022-03-27 19:14:54 +08:00
committed by GitHub
parent c40f2965dd
commit 9611171542
2 changed files with 0 additions and 7 deletions

View File

@@ -356,10 +356,6 @@ def print_files(path, leak_word, c_word, naming_rule, part, cn_sub, json_data, f
print(" <release>" + release + "</release>", file=code)
if 'userrating' in json_data:
print(" <userrating>" + json_data['userrating'] + "</userrating>", file=code)
if 'rating' in json_data:
print(" <rating>" + json_data['rating'] + "</rating>", file=code)
if 'criticrating' in json_data:
print(" <criticrating>" + json_data['criticrating'] + "</criticrating>", file=code)
print(" <cover>" + cover + "</cover>", file=code)
if config.getInstance().is_trailer():
print(" <trailer>" + trailer + "</trailer>", file=code)