mirror of
https://github.com/zimplexing/OrionTV.git
synced 2026-05-08 10:17:32 +08:00
feat: Enhance mobile and tablet support with responsive layout adjustments and new navigation components
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import { api } from "./api";
|
||||
|
||||
export interface Channel {
|
||||
id: string;
|
||||
name: string;
|
||||
|
||||
@@ -50,7 +50,7 @@ export const getResolutionFromM3U8 = async (
|
||||
};
|
||||
|
||||
return resolutionString;
|
||||
} catch (error) {
|
||||
} catch {
|
||||
return null;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user