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

update movie/tv genre displays

This commit is contained in:
Luke Pulverenti 2016-11-15 22:05:53 -05:00
parent 0dacc82ab7
commit 0291450ffb
5 changed files with 19 additions and 9 deletions

View file

@ -74,7 +74,7 @@
info.Path = page.querySelector('.txtPath').value;
info.MoviePrefix = page.querySelector('.txtMoviePrefix');
info.MoviePrefix = page.querySelector('.txtMoviePrefix') || null;
info.MovieCategories = getCategories(page.querySelector('.txtMovies'));
info.KidsCategories = getCategories(page.querySelector('.txtKids'));