fix: update some text

This commit is contained in:
Terry Geng
2020-03-28 20:46:21 +08:00
parent ef54f44d0f
commit c8d059ced0
3 changed files with 10 additions and 29 deletions

View File

@ -1,31 +1,7 @@
Current implementation:
```
+----------------------------------------------------------+
| BaseItem <-| FileItem <-- URLItem <-- URLFromPlaylistItem|
| <-| RadioItem |
+----------------------------------------------------------+
^
|
v
+--------------------+
|PlayList |
|PlaylistItemWrapper |
+--------------------+
```
Goal:
```
+----------------------------------------------------------+
| <-| URLItem <-- URLFromPlaylistItem |
| BaseItem <-| FileItem |
| <-| RadioItem |
++---------------------------------------------------------+
^
|
v
+-----------+
|PlayList |
| |
+-----------+
```