From 2183eb64983ef669f53ac3ecf3d4f06dff30b3d5 Mon Sep 17 00:00:00 2001 From: Deluan Date: Wed, 27 Oct 2021 14:35:58 -0400 Subject: [PATCH] Should not allow changing sort order in Album songs view --- ui/src/album/AlbumSongs.js | 6 +++--- ui/src/playlist/PlaylistSongs.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/src/album/AlbumSongs.js b/ui/src/album/AlbumSongs.js index 4d81134b0..9a2453279 100644 --- a/ui/src/album/AlbumSongs.js +++ b/ui/src/album/AlbumSongs.js @@ -120,11 +120,11 @@ const AlbumSongs = (props) => { /> ), playCount: isDesktop && ( - + ), - playDate: , + playDate: , quality: isDesktop && , - channels: isDesktop && , + channels: isDesktop && , bpm: isDesktop && , rating: isDesktop && config.enableStarRating && ( { ), playDate: , quality: isDesktop && , - channels: isDesktop && , + channels: isDesktop && , bpm: isDesktop && , } }, [isDesktop, classes.draggable])