mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Fix for History Not Showing
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user