mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-20 16:22:04 +00:00
save addonId in watch progress
This commit is contained in:
parent
5e04ebca18
commit
103bcdd4cc
1 changed files with 2 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ interface WatchProgress {
|
||||||
currentTime: number;
|
currentTime: number;
|
||||||
duration: number;
|
duration: number;
|
||||||
lastUpdated: number;
|
lastUpdated: number;
|
||||||
|
addonId?: string;
|
||||||
traktSynced?: boolean;
|
traktSynced?: boolean;
|
||||||
traktLastSynced?: number;
|
traktLastSynced?: number;
|
||||||
traktProgress?: number;
|
traktProgress?: number;
|
||||||
|
|
@ -707,4 +708,4 @@ class StorageService {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export const storageService = StorageService.getInstance();
|
export const storageService = StorageService.getInstance();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue