🐛 Added movie in icon list for currently playing (#1303)
This commit is contained in:
@@ -3,6 +3,7 @@ import {
|
|||||||
Icon,
|
Icon,
|
||||||
IconDeviceTv,
|
IconDeviceTv,
|
||||||
IconHeadphones,
|
IconHeadphones,
|
||||||
|
IconMovie,
|
||||||
IconQuestionMark,
|
IconQuestionMark,
|
||||||
IconVideo,
|
IconVideo,
|
||||||
} from '@tabler/icons-react';
|
} from '@tabler/icons-react';
|
||||||
@@ -23,6 +24,8 @@ export const NowPlayingDisplay = ({ session }: { session: GenericSessionInfo })
|
|||||||
return IconHeadphones;
|
return IconHeadphones;
|
||||||
case 'tv':
|
case 'tv':
|
||||||
return IconDeviceTv;
|
return IconDeviceTv;
|
||||||
|
case 'movie':
|
||||||
|
return IconMovie;
|
||||||
case 'video':
|
case 'video':
|
||||||
return IconVideo;
|
return IconVideo;
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user