Channel playlists (the collapsible sections on a channel page) now each carry the standard watchlist button — Add to Watchlist / In Watchlist — so you can follow a channel's playlist without pasting its link. The /youtube/playlists/<id> endpoint flags each playlist with its follow state to hydrate the button; the button click is handled before the row's expand toggle (stopPropagation), and adds via followPlaylist — the same plumbing the search chip + watchlist use. Followed ones then appear in the watchlist Channels tab alongside channels. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| calendar.py | ||
| dashboard.py | ||
| detail.py | ||
| discover.py | ||
| enrichment.py | ||
| libraries.py | ||
| library.py | ||
| poster.py | ||
| scan.py | ||
| search.py | ||
| watchlist.py | ||
| wishlist.py | ||
| youtube.py | ||