mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-31 04:00:18 -07:00
New: Artist History Modal in Artist Details Page
This commit is contained in:
parent
0981260887
commit
7e4a8c8ff7
17 changed files with 659 additions and 96 deletions
|
@ -31,6 +31,12 @@ export const defaultState = {
|
|||
recentFolders: [],
|
||||
importMode: 'move',
|
||||
sortPredicates: {
|
||||
relativePath: function(item, direction) {
|
||||
const relativePath = item.relativePath;
|
||||
|
||||
return relativePath.toLowerCase();
|
||||
},
|
||||
|
||||
artist: function(item, direction) {
|
||||
const artist = item.artist;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue