fix playlist view_origin

This commit is contained in:
simon 2022-01-07 18:30:40 +07:00
parent 099f9dfe00
commit 9498cf94f3
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

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