Add default text (icon) to Episode
Same as for Series.
This commit is contained in:
@@ -1503,6 +1503,7 @@ import ServerConnections from '../ServerConnections';
|
||||
return '<span class="cardImageIcon material-icons audiotrack"></span>';
|
||||
case 'Movie':
|
||||
return '<span class="cardImageIcon material-icons movie"></span>';
|
||||
case 'Episode':
|
||||
case 'Series':
|
||||
return '<span class="cardImageIcon material-icons tv"></span>';
|
||||
case 'Book':
|
||||
|
||||
Reference in New Issue
Block a user