fix: Playlist retrieval if list has podcasts (#1691)

* fix: Playlist retrieval if list has podcasts

Fixes #1689

* fix: Gracefully handle unknown playable types
This commit is contained in:
Henrik Friedrichsen
2025-08-28 06:16:17 +02:00
committed by GitHub
parent fdd05d4f3f
commit 2d4507dfc9
4 changed files with 33 additions and 16 deletions

View File

@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Fixed
- Playlist retrieval crashing when list contains podcast episodes
## [1.3.1]
### Fixed