Fix: Prevent Timeout on long running streams
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 17 Jan 2025 08:18:51 +0000 (09:18 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 17 Jan 2025 08:18:51 +0000 (09:18 +0100)
commit9ec85aae81456ef745d2bf4171f81bf2c68772c7
treed3fab0193bbaf398ae74050b4ce4ecc17c9f4ac7
parent5adf265527e84c7153a368e8ea4638ef695d346a
Fix: Prevent Timeout on long running streams

Only use TimedAsyncGenerator in one location of the chain and with a high timeout, just to detect it, not to recover.
music_assistant/helpers/audio.py
music_assistant/helpers/ffmpeg.py
music_assistant/providers/spotify/__init__.py