mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-22 17:40:10 +00:00
Rename Episode Instances to Album to fix AlbumModal
This commit is contained in:
@@ -157,7 +157,7 @@ class QueueRow extends Component {
|
||||
return (
|
||||
<TableRowCell key={name}>
|
||||
<EpisodeTitleLink
|
||||
episodeId={episode.id}
|
||||
albumId={episode.id}
|
||||
artistId={series.id}
|
||||
trackFileId={episode.trackFileId}
|
||||
episodeTitle={episode.title}
|
||||
|
||||
Reference in New Issue
Block a user