feat: show contained playlists under My videos
Description
Shows which playlists videos are added to under My Videos.
I couldn't figure out how the cache is working in the VideoPlaylistService, so now these calls aren't added to the cache.
Related issues
closes #4769
Has this been tested?
- [x] 👍 yes, I added tests to the test suite
Screenshots

Hello,
- Server files should not change since you only use existing server methods
- Miniature should check itself playlists existence, like we do for the watch later playlist
- Server files should not change since you only use existing server methods
How should we get the playlist name and short uuid then? It sounds inefficient to do extra API calls to just get this data.
- Miniature should check itself playlists existence, like we do for the watch later playlist
Then we'll get at least a 500 ms delay which I think is a bad user experience.
How should we get the playlist name and short uuid then? It sounds inefficient to do extra API calls to just get this data. Then we'll get at least a 500 ms delay which I think is a bad user experience.
Okay then :+1:
Thanks!