extract image utils

This commit is contained in:
2025-12-10 16:20:58 +01:00
parent f8619aa66c
commit bf97cd843c
3 changed files with 20 additions and 16 deletions

View File

@@ -16,7 +16,7 @@ def main():
while True:
try:
media_item = jellyfin_api_client.get_current_playback()
media_item = jellyfin_api_client.get_current_media()
if not media_item:
discord_rpc.clear()
time.sleep(settings.poll_interval)