mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 13:33:26 +00:00
add header and background design
This commit is contained in:
@@ -28,7 +28,7 @@ export const QualitySelector = () => {
|
||||
(key) => qualities[key as keyof typeof qualities]!.url === videoSrc.uri,
|
||||
);
|
||||
|
||||
qualityMap = Object.keys(qualities).map((key: string) => ({
|
||||
qualityMap = Object.keys(qualities).map((key) => ({
|
||||
quality: key,
|
||||
url: qualities[key as keyof typeof qualities]!.url,
|
||||
}));
|
||||
|
Reference in New Issue
Block a user