Skip to content

Commit

Permalink
Use correct default quality for simple example,
Browse files Browse the repository at this point in the history
(otherwise get_url will fail)
  • Loading branch information
tehkillerbee committed Nov 27, 2024
1 parent 357698c commit 8ac314c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# Normal: Quality.low_320k (m4a 320k)
# HiFi: Quality.high_lossless (FLAC)
# HiFi+ Quality.hi_res_lossless (FLAC HI_RES)
session.audio_quality = Quality.hi_res_lossless
session.audio_quality = Quality.high_lossless

# album_id = "77640617" # U2 / Achtung Baby (Max quality: HI_RES MQA, 16bit/44100Hz)
# album_id = "110827651" # The Black Keys / Let's Rock (Max quality: LOSSLESS FLAC, 24bit/48000Hz)
Expand Down

0 comments on commit 8ac314c

Please sign in to comment.