diff --git a/gwendolyn/funcs/other/plex.py b/gwendolyn/funcs/other/plex.py index 107c976..c86eb9c 100644 --- a/gwendolyn/funcs/other/plex.py +++ b/gwendolyn/funcs/other/plex.py @@ -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] == " ": diff --git a/gwendolyn/resources/games/images/blackjack740652054388932682.png b/gwendolyn/resources/games/images/blackjack740652054388932682.png new file mode 100644 index 0000000..8efed83 Binary files /dev/null and b/gwendolyn/resources/games/images/blackjack740652054388932682.png differ