fix(library): Force update library on create

This commit is contained in:
Ahmad Ansori Palembani 2024-12-01 09:06:18 +07:00
parent ef8b81409e
commit 1738dfb510
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -196,6 +196,7 @@ class LibraryPresenter(
}
subscribeLibrary()
updateLibrary()
if (!preferences.showLibrarySearchSuggestions().isSet()) {
DelayedLibrarySuggestionsJob.setupTask(context, true)