1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

handle year in name when searching

This commit is contained in:
Luke Pulverenti 2014-02-13 23:00:13 -05:00
parent cd2d51a834
commit e9a747ed77
2 changed files with 7 additions and 2 deletions

View file

@ -436,6 +436,7 @@
loadTabs(page, [
{ name: 'Movies', type: 'Movie' },
{ name: 'Trailers', type: 'Trailer' },
{ name: 'Collections', type: 'BoxSet' }
]);