mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-04 04:58:30 +01:00
fix(settings): guard empty-token copy, search platform filter and clear button
This commit is contained in:
@@ -3,6 +3,7 @@ export interface SearchableOption {
|
||||
parentRoute: string;
|
||||
parentTitleKey: string;
|
||||
keywords?: string[];
|
||||
platforms?: ("ios" | "android")[];
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user