diff --git a/tubearchivist/home/views.py b/tubearchivist/home/views.py index 95b3c61..e154574 100644 --- a/tubearchivist/home/views.py +++ b/tubearchivist/home/views.py @@ -519,7 +519,7 @@ class PlaylistView(ArchivistResultsView): show all playlists indexed """ - view_origin = "home" + view_origin = "playlist" es_search = "/ta_playlist/_search" def get(self, request):