Add default text (icon) to Episode

Same as for Series.
This commit is contained in:
Dmitry Lyzo 2022-02-21 23:49:07 +03:00
parent 034a86119f
commit 9a4652f638

View file

@ -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':