Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Nov 29, 2024
1 parent fe175c4 commit bbf6277
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions tests/providers/jellyfin/__snapshots__/test_parsers.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
'item_id': '70b7288088b42d318f75dbcc41fd0091',
'media_type': 'album',
'metadata': dict({
'chapters': None,
'copyright': None,
'description': None,
'explicit': None,
Expand All @@ -45,13 +44,15 @@
}),
]),
'label': None,
'languages': None,
'last_refresh': None,
'links': None,
'lyrics': None,
'mood': None,
'performers': None,
'popularity': None,
'preview': None,
'release_date': None,
'review': None,
'style': None,
}),
Expand Down Expand Up @@ -114,7 +115,6 @@
'item_id': '32ed6a0091733dcff57eae67010f3d4b',
'media_type': 'album',
'metadata': dict({
'chapters': None,
'copyright': None,
'description': None,
'explicit': None,
Expand All @@ -128,13 +128,15 @@
}),
]),
'label': None,
'languages': None,
'last_refresh': None,
'links': None,
'lyrics': None,
'mood': None,
'performers': None,
'popularity': None,
'preview': None,
'release_date': None,
'review': None,
'style': None,
}),
Expand Down Expand Up @@ -189,21 +191,22 @@
'item_id': '7c8d0bd55291c7fc0451d17ebef30017',
'media_type': 'album',
'metadata': dict({
'chapters': None,
'copyright': None,
'description': None,
'explicit': None,
'genres': None,
'images': list([
]),
'label': None,
'languages': None,
'last_refresh': None,
'links': None,
'lyrics': None,
'mood': None,
'performers': None,
'popularity': None,
'preview': None,
'release_date': None,
'review': None,
'style': None,
}),
Expand Down Expand Up @@ -246,7 +249,6 @@
'item_id': 'dd954bbf54398e247d803186d3585b79',
'media_type': 'artist',
'metadata': dict({
'chapters': None,
'copyright': None,
'description': None,
'explicit': None,
Expand All @@ -272,13 +274,15 @@
}),
]),
'label': None,
'languages': None,
'last_refresh': None,
'links': None,
'lyrics': None,
'mood': None,
'performers': None,
'popularity': None,
'preview': None,
'release_date': None,
'review': None,
'style': None,
}),
Expand Down Expand Up @@ -346,21 +350,22 @@
'item_id': 'b5319fb11cde39fca2023184fcfa9862',
'media_type': 'track',
'metadata': dict({
'chapters': None,
'copyright': None,
'description': None,
'explicit': None,
'genres': None,
'images': list([
]),
'label': None,
'languages': None,
'last_refresh': None,
'links': None,
'lyrics': None,
'mood': None,
'performers': None,
'popularity': None,
'preview': None,
'release_date': None,
'review': None,
'style': None,
}),
Expand Down Expand Up @@ -417,7 +422,6 @@
'item_id': '54918f75ee8f6c8b8dc5efd680644f29',
'media_type': 'track',
'metadata': dict({
'chapters': None,
'copyright': None,
'description': None,
'explicit': None,
Expand All @@ -431,13 +435,15 @@
}),
]),
'label': None,
'languages': None,
'last_refresh': None,
'links': None,
'lyrics': None,
'mood': None,
'performers': None,
'popularity': None,
'preview': None,
'release_date': None,
'review': None,
'style': None,
}),
Expand Down Expand Up @@ -523,7 +529,6 @@
'item_id': 'fb12a77f49616a9fc56a6fab2b94174c',
'media_type': 'track',
'metadata': dict({
'chapters': None,
'copyright': None,
'description': None,
'explicit': None,
Expand All @@ -537,13 +542,15 @@
}),
]),
'label': None,
'languages': None,
'last_refresh': None,
'links': None,
'lyrics': None,
'mood': None,
'performers': None,
'popularity': None,
'preview': None,
'release_date': None,
'review': None,
'style': None,
}),
Expand Down

0 comments on commit bbf6277

Please sign in to comment.