mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-21 16:25:11 +02:00
feat: Series requesting and local file management
This commit is contained in:
@@ -21,7 +21,7 @@ function createModalStack() {
|
||||
|
||||
function create<P extends Record<string, any>>(
|
||||
component: ComponentType<SvelteComponentTyped<P>>,
|
||||
props: Omit<P, 'modalId' | 'hidden'>,
|
||||
props: Omit<P, 'modal' | 'groupId' | 'modalId' | 'hidden'>,
|
||||
group: symbol | undefined = undefined
|
||||
) {
|
||||
const id = Symbol();
|
||||
|
||||
Reference in New Issue
Block a user