mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Rename Episode Instances to Album to fix AlbumModal
This commit is contained in:
@@ -112,7 +112,7 @@ class AlbumRow extends Component {
|
||||
className={styles.title}
|
||||
>
|
||||
<EpisodeTitleLink
|
||||
episodeId={id}
|
||||
albumId={id}
|
||||
artistId={artistId}
|
||||
episodeTitle={title}
|
||||
showOpenArtistButton={false}
|
||||
@@ -183,7 +183,7 @@ class AlbumRow extends Component {
|
||||
return (
|
||||
<EpisodeSearchCellConnector
|
||||
key={name}
|
||||
episodeId={id}
|
||||
albumId={id}
|
||||
artistId={artistId}
|
||||
episodeTitle={title}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user