mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Dont send Tag Browser params to init
This commit is contained in:
parent
6dbf05e76b
commit
203c783ed3
@ -33,9 +33,7 @@ def on_library_load_progress(loaded, total):
|
||||
|
||||
def load_book_list():
|
||||
temp = UserSessionData(None, {}) # So that settings for anonymous users are preserved
|
||||
query = {k:temp.get(k) for k in str.split(
|
||||
'library_id sort partition_method collapse_at dont_collapse sort_tags_by'
|
||||
)}
|
||||
query = {k:temp.get(k) for k in str.split('library_id sort')}
|
||||
url_query = parse_url_params()
|
||||
for key in url_query:
|
||||
query[key] = url_query[key]
|
||||
|
Loading…
x
Reference in New Issue
Block a user