diff --git a/src/showplanner/index.tsx b/src/showplanner/index.tsx index 7a03068..e70a3f1 100644 --- a/src/showplanner/index.tsx +++ b/src/showplanner/index.tsx @@ -81,6 +81,7 @@ function Player({ id }: { id: number }) { return (
+ {playerState.loadedItem == null && (
No Media Selected
)} {playerState.loadedItem !== null && (
{playerState.loadedItem.title}
)} {playerState.loading && LOADING}