Rename UI Component Episode to Album

This commit is contained in:
Qstick
2017-10-18 21:56:15 -04:00
parent a80360f6fd
commit 4b278c80aa
54 changed files with 38 additions and 38 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ import TableRow from 'Components/Table/TableRow';
import Label from 'Components/Label';
import TableRowCell from 'Components/Table/Cells/TableRowCell';
import formatTimeSpan from 'Utilities/Date/formatTimeSpan';
import EpisodeSearchCellConnector from 'Episode/EpisodeSearchCellConnector';
import EpisodeTitleLink from 'Episode/EpisodeTitleLink';
import EpisodeSearchCellConnector from 'Album/EpisodeSearchCellConnector';
import EpisodeTitleLink from 'Album/EpisodeTitleLink';
import styles from './AlbumRow.css';