mirror of
https://github.com/Jellify-Music/App.git
synced 2026-05-05 19:00:02 -05:00
Add time codes to player
Adjust track component
This commit is contained in:
@@ -9,7 +9,7 @@ import { queryConfig } from "../../api/queries/query.config";
|
||||
import { H4, H5, Text } from "../Global/helpers/text";
|
||||
import { FlatList } from "react-native";
|
||||
import { usePlayerContext } from "../../player/provider";
|
||||
import RunTimeTicks from "../Global/helpers/runtimeticks";
|
||||
import { RunTimeTicks } from "../Global/helpers/time-codes";
|
||||
import Track from "../Global/components/track";
|
||||
import { useItemTracks } from "@/api/queries/tracks";
|
||||
import { SafeAreaView, useSafeAreaFrame } from "react-native-safe-area-context";
|
||||
|
||||
Reference in New Issue
Block a user