Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Oct 22, 2024
1 parent ca9b914 commit 85fb862
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/server/providers/jellyfin/__snapshots__/test_parsers.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
dict({
'audio_format': dict({
'bit_depth': 16,
'bit_rate': 320,
'bit_rate': 0,
'channels': 2,
'content_type': '?',
'output_format_str': '?',
Expand Down Expand Up @@ -145,7 +145,7 @@
dict({
'audio_format': dict({
'bit_depth': 16,
'bit_rate': 320,
'bit_rate': 0,
'channels': 2,
'content_type': '?',
'output_format_str': '?',
Expand Down Expand Up @@ -214,7 +214,7 @@
dict({
'audio_format': dict({
'bit_depth': 16,
'bit_rate': 320,
'bit_rate': 0,
'channels': 2,
'content_type': '?',
'output_format_str': '?',
Expand Down Expand Up @@ -289,7 +289,7 @@
dict({
'audio_format': dict({
'bit_depth': 16,
'bit_rate': 320,
'bit_rate': 0,
'channels': 2,
'content_type': '?',
'output_format_str': '?',
Expand Down Expand Up @@ -371,7 +371,7 @@
dict({
'audio_format': dict({
'bit_depth': 16,
'bit_rate': 320,
'bit_rate': 0,
'channels': 2,
'content_type': 'mp3',
'output_format_str': 'mp3',
Expand Down Expand Up @@ -448,7 +448,7 @@
dict({
'audio_format': dict({
'bit_depth': 16,
'bit_rate': 320,
'bit_rate': 0,
'channels': 2,
'content_type': 'aac',
'output_format_str': 'aac',
Expand Down Expand Up @@ -554,7 +554,7 @@
dict({
'audio_format': dict({
'bit_depth': 16,
'bit_rate': 320,
'bit_rate': 0,
'channels': 2,
'content_type': 'aac',
'output_format_str': 'aac',
Expand Down

0 comments on commit 85fb862

Please sign in to comment.