mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 23:42:37 -07:00
Set blank metadata so recently added check continues when and item isn't found
This commit is contained in:
parent
bac5018b27
commit
b8d9c8cc47
1 changed files with 2 additions and 0 deletions
|
@ -180,6 +180,8 @@ def check_recently_added():
|
|||
recently_added = recently_added_list['recently_added']
|
||||
|
||||
for item in recently_added:
|
||||
metadata = []
|
||||
|
||||
if item['media_type'] == 'movie':
|
||||
metadata_list = pms_connect.get_metadata_details(item['rating_key'])
|
||||
if metadata_list:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue