This commit is contained in:
NikolajDanger
2021-10-17 15:43:44 +02:00
parent 5dc5a35f33
commit 9e3e9946c3
2 changed files with 2 additions and 0 deletions

View File

@ -345,6 +345,8 @@ class Plex():
if len(torrent_list) > 0:
for torrent in torrent_list:
if torrent['category'] not in ["radarr", "tv-sonarr"]:
break
torrent_name = torrent["name"]
if len(torrent_name) > 30:
if torrent_name[26] == " ":

Binary file not shown.

After

Width:  |  Height:  |  Size: 697 KiB