mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-23 01:05:13 +02:00
feat: Saving and displaying movie play-state, progress etc.
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
import type { TitleType } from '../../types';
|
||||
|
||||
export let item: TmdbMovie2 | TmdbSeries2;
|
||||
export let progress = 0;
|
||||
let title = '';
|
||||
let subtitle = '';
|
||||
let type: TitleType = 'movie';
|
||||
@@ -32,4 +33,4 @@
|
||||
};
|
||||
</script>
|
||||
|
||||
<Card {...$$restProps} {...props} on:enter />
|
||||
<Card {...$$restProps} {...props} {progress} on:enter />
|
||||
|
||||
Reference in New Issue
Block a user