mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-07 13:32:17 -07:00
More UI Cleanup
This commit is contained in:
parent
9c88c2006d
commit
1700c471b7
96 changed files with 267 additions and 333 deletions
|
@ -24,7 +24,7 @@ function createMapStateToProps() {
|
|||
trackFiles,
|
||||
languageProfilesSchema,
|
||||
qualityProfileSchema,
|
||||
series
|
||||
artist
|
||||
) => {
|
||||
const filtered = _.filter(tracks.items, (track) => {
|
||||
if (albumId >= 0 && track.albumId !== albumId) {
|
||||
|
@ -56,7 +56,7 @@ function createMapStateToProps() {
|
|||
|
||||
return {
|
||||
items,
|
||||
seriesType: series.seriesType,
|
||||
artistType: artist.artistType,
|
||||
isDeleting: trackFiles.isDeleting,
|
||||
isSaving: trackFiles.isSaving,
|
||||
languages,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue