From 785aaf24b37e7b03ce037a7fff362d32288d6bb8 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Sun, 21 Dec 2025 02:04:06 +0100 Subject: [PATCH] fix tests --- tests/providers/jellyfin/__snapshots__/test_parsers.ambr | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/providers/jellyfin/__snapshots__/test_parsers.ambr b/tests/providers/jellyfin/__snapshots__/test_parsers.ambr index 200f9e56..bebd8e18 100644 --- a/tests/providers/jellyfin/__snapshots__/test_parsers.ambr +++ b/tests/providers/jellyfin/__snapshots__/test_parsers.ambr @@ -608,7 +608,7 @@ 'review': None, 'style': None, }), - 'name': 'Where the Bands Are (2018 Version)', + 'name': 'Where the Bands Are', 'position': 1, 'provider': 'xx-instance-id-xx', 'provider_mappings': list([ @@ -632,11 +632,11 @@ 'url': 'http://localhost:1234/Audio/54918f75ee8f6c8b8dc5efd680644f29/universal?userId=USER_ID&deviceId=X&maxStreamingBitrate=140000000&api_key=ACCESS_TOKEN', }), ]), - 'sort_name': 'where the bands are (2018 version)', + 'sort_name': 'where the bands are', 'track_number': 1, 'translation_key': None, 'uri': 'xx-instance-id-xx://track/54918f75ee8f6c8b8dc5efd680644f29', - 'version': '', + 'version': '2018 Version', }) # --- # name: test_parse_tracks[zombie_christmas] -- 2.34.1