mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Rename Episode Instances to Album to fix AlbumModal
This commit is contained in:
@@ -112,7 +112,7 @@ class HistoryRow extends Component {
|
||||
return (
|
||||
<TableRowCell key={name}>
|
||||
<EpisodeTitleLink
|
||||
episodeId={albumId}
|
||||
albumId={albumId}
|
||||
episodeEntity={episodeEntities.EPISODES}
|
||||
artistId={artist.id}
|
||||
episodeTitle={album.title}
|
||||
|
||||
Reference in New Issue
Block a user