mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Fix for History Not Showing
This commit is contained in:
parent
cbcccf0d9d
commit
bd3bd9a378
3 changed files with 7 additions and 7 deletions
|
@ -13,10 +13,10 @@ function createMapStateToProps() {
|
|||
createArtistSelector(),
|
||||
createEpisodeSelector(),
|
||||
createUISettingsSelector(),
|
||||
(artist, episode, uiSettings) => {
|
||||
(artist, album, uiSettings) => {
|
||||
return {
|
||||
artist,
|
||||
episode,
|
||||
album,
|
||||
shortDateFormat: uiSettings.shortDateFormat,
|
||||
timeFormat: uiSettings.timeFormat
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue