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

improve series recording images

This commit is contained in:
Luke Pulverenti 2016-11-17 13:18:19 -05:00
parent bed569ffa6
commit 736d56fcc4
3 changed files with 10 additions and 9 deletions

View file

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