save addonId in watch progress

This commit is contained in:
chrisk325 2025-12-30 15:34:11 +05:30 committed by GitHub
parent 5e04ebca18
commit 103bcdd4cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();