fix playlist view_origin

This commit is contained in:
simon
2022-01-07 18:30:40 +07:00
parent 099f9dfe00
commit 9498cf94f3

View File

@@ -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):