mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-20 04:53:31 +02:00
Refactored and cleaned up SeriesPage data fetching
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
)}
|
||||
on:click={() => {
|
||||
if (openInModal) {
|
||||
openTitleModal(tmdbId, type);
|
||||
openTitleModal({ type, id: tmdbId, provider: 'tmdb' });
|
||||
} else {
|
||||
window.location.href = `/${type}/${tmdbId}`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user