Martin Weinelt e6d12e36c7
Don't accumulate playlist items over multiple attemps
Playlist items would previously have been added once for each attempt,
due to items being scoped differently than the playlist parsing
attempts. Each attempt would add to the playlist every time, since we
only returned outside the attempts loop.
2021-05-16 05:51:42 +02:00
..
2018-11-13 15:48:09 +01:00
2021-05-15 22:45:11 +02:00
2020-05-22 22:49:05 +08:00
2020-03-28 20:46:21 +08:00
2021-04-03 13:39:47 +02:00

+----------------------------------------------------------+
|          <-| URLItem <-- URLFromPlaylistItem             |
| BaseItem <-| FileItem                                    |
|          <-| RadioItem                                   |
++---------------------------------------------------------+