mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +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;
|
||||
duration: number;
|
||||
lastUpdated: number;
|
||||
addonId?: string;
|
||||
traktSynced?: boolean;
|
||||
traktLastSynced?: 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