2020-03-22 14:30:56 +08:00
..
2018-11-13 15:48:09 +01:00
2020-03-21 00:10:30 +08:00
2020-03-21 00:10:30 +08:00
2020-03-10 23:07:29 +02:00
2020-03-05 12:06:15 +01:00
2020-03-10 23:07:29 +02:00
2020-03-10 23:07:29 +02:00

Current implementation:

 +----------------------------------------------------------+
 | BaseItem <-| FileItem <-- URLItem <-- URLFromPlaylistItem|
 |          <-| RadioItem                                   |
 +----------------------------------------------------------+
  ^
  |
  v
  +--------------------+
  |PlayList            |
  |PlaylistItemWrapper |
  +--------------------+

Goal:

+----------------------------------------------------------+
|          <-| URLItem <-- URLFromPlaylistItem             |
| BaseItem <-| FileItem                                    |
|          <-| RadioItem                                   |
++---------------------------------------------------------+
 ^
 |
 v
 +-----------+
 |PlayList   |
 |           |
 +-----------+