diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-07-19 02:13:19 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-07-19 02:13:19 -0700 |
commit | 2965161bbe615e3be8026f2103932d311281a713 (patch) | |
tree | 4da47c6571e1d856776d740335b21e6e8a65544f /youtube/common.py | |
parent | 43b7e8126cb7fa8d3e9c3592b9c9fb00f11f531c (diff) | |
download | yt-local-2965161bbe615e3be8026f2103932d311281a713.tar.lz yt-local-2965161bbe615e3be8026f2103932d311281a713.tar.xz yt-local-2965161bbe615e3be8026f2103932d311281a713.zip |
add link to local playlists on all pages
Diffstat (limited to 'youtube/common.py')
-rw-r--r-- | youtube/common.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube/common.py b/youtube/common.py index 1eeeb61..eaabdda 100644 --- a/youtube/common.py +++ b/youtube/common.py @@ -307,6 +307,7 @@ $playlists <button type="submit" id="playlist-add-button">Add to playlist</button> <button type="reset" id="item-selection-reset">Clear selection</button> </form> + <a href="/youtube.com/playlists" id="local-playlists">Local playlists</a> </div> </header> ''') |