Fix NAS Playback: Cleanup duplicate code and bump to v4 cache
This commit is contained in:
parent
96dd5dd611
commit
a796b4380d
1 changed files with 1 additions and 1 deletions
|
|
@ -608,7 +608,7 @@ async def stream_audio(id: str):
|
||||||
"""
|
"""
|
||||||
try:
|
try:
|
||||||
# Check Cache for stream URL
|
# Check Cache for stream URL
|
||||||
cache_key = f"v3:stream:{id}" # v3 cache key for cookie/header fix
|
cache_key = f"v4:stream:{id}" # v4 cache key for clean slate
|
||||||
cached_data = cache.get(cache_key)
|
cached_data = cache.get(cache_key)
|
||||||
|
|
||||||
stream_url = None
|
stream_url = None
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue