mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
stop guide refresh when needed
This commit is contained in:
parent
fcdcd1d5f4
commit
db6a9f6ed5
6 changed files with 41 additions and 9 deletions
|
@ -41,7 +41,7 @@
|
|||
function getSavedQueryKey(context) {
|
||||
|
||||
if (!context.savedQueryKey) {
|
||||
context.savedQueryKey = libraryBrowser.getSavedQueryKey('movies');
|
||||
context.savedQueryKey = libraryBrowser.getSavedQueryKey('moviecollections');
|
||||
}
|
||||
return context.savedQueryKey;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue