mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-18 08:53:15 +02:00
fix: hero pages not scrolling into view, empty states for source selector
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
import type { StreamDto, SubtitlesDto as Subtitles } from '$lib/apis/reiverr/reiverr.openapi';
|
||||
import {
|
||||
episodeUserDataStore,
|
||||
libraryItemsDataStore,
|
||||
movieUserDataStore,
|
||||
seriesUserDataStore,
|
||||
tmdbMovieDataStore,
|
||||
@@ -223,6 +224,7 @@
|
||||
} else {
|
||||
movieUserDataStore.refresh(tmdbId);
|
||||
}
|
||||
libraryItemsDataStore.refresh();
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user