improvements to the sleep timer
This commit is contained in:
@@ -9,6 +9,7 @@ import { invoke } from "@tauri-apps/api/core";
|
||||
export interface AutoplaySettings {
|
||||
enabled: boolean;
|
||||
countdownSeconds: number;
|
||||
maxEpisodes: number;
|
||||
}
|
||||
|
||||
export async function getAutoplaySettings(): Promise<AutoplaySettings> {
|
||||
|
||||
Reference in New Issue
Block a user