another last minute fix

This commit is contained in:
EUCLID 2026-04-10 18:17:41 -04:00 committed by synzr
parent 1a9c525919
commit c987bccd73

View file

@ -114,7 +114,7 @@ export interface SearchResults {
}
export interface Format {
id: string | number
id: Id
rippable: boolean // if it looks like the stream is rippable
size?: number
extension?: string