mirror of
https://github.com/Jellify-Music/App.git
synced 2026-05-21 12:29:06 -05:00
add some debugging
This commit is contained in:
@@ -13,6 +13,8 @@ import BlurhashedImage from "../Global/components/blurhashed-image";
|
||||
|
||||
export function Miniplayer({ navigation }: { navigation : NavigationHelpers<ParamListBase, BottomTabNavigationEventMap> }) : React.JSX.Element {
|
||||
|
||||
console.debug("Rendering miniplayer");
|
||||
|
||||
const theme = useTheme();
|
||||
|
||||
const { nowPlaying, useSkip } = usePlayerContext();
|
||||
|
||||
Reference in New Issue
Block a user