diff --git a/src/renderer/components/item-card/item-card-controls.tsx b/src/renderer/components/item-card/item-card-controls.tsx index 722a44b0f..c5722241b 100644 --- a/src/renderer/components/item-card/item-card-controls.tsx +++ b/src/renderer/components/item-card/item-card-controls.tsx @@ -21,6 +21,7 @@ import { Artist, LibraryItem, Playlist, + ServerType, Song, } from '/@/shared/types/domain-types'; import { Play } from '/@/shared/types/types'; @@ -265,12 +266,14 @@ export const ItemCardControls = ({ {controls?.onFavorite && ( )} - {controls?.onRating && ( - - )} + {controls?.onRating && + (item?._serverType === ServerType.NAVIDROME || + item?._serverType === ServerType.SUBSONIC) && ( + + )} {controls?.onMore && (