fix: bug since media playback refactor

This commit is contained in:
Fredrik Burmester
2024-08-22 16:46:53 +02:00
parent 06877f4339
commit e8dc9e759a
3 changed files with 15 additions and 26 deletions

View File

@@ -84,7 +84,7 @@ export default function page() {
useEffect(() => {
navigation.setOptions({
title: albums?.Items?.[0].AlbumArtist,
title: albums?.Items?.[0]?.AlbumArtist || "",
});
}, [albums]);