add some debugging

This commit is contained in:
Violet Caulfield
2025-02-11 13:39:14 -06:00
parent b2794ac98a
commit ae583d1bce
+2
View File
@@ -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();