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:
parent
bed569ffa6
commit
736d56fcc4
3 changed files with 10 additions and 9 deletions
|
@ -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'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue