mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
save vote count from edit page
This commit is contained in:
parent
2886626322
commit
aedaf554c3
1 changed files with 1 additions and 0 deletions
|
@ -1072,6 +1072,7 @@
|
||||||
SortName: $('#txtSortName', form).val(),
|
SortName: $('#txtSortName', form).val(),
|
||||||
DisplayMediaType: $('#txtDisplayMediaType', form).val(),
|
DisplayMediaType: $('#txtDisplayMediaType', form).val(),
|
||||||
CommunityRating: $('#txtCommunityRating', form).val(),
|
CommunityRating: $('#txtCommunityRating', form).val(),
|
||||||
|
VoteCount: $('#txtCommunityVoteCount', form).val(),
|
||||||
HomePageUrl: $('#txtHomePageUrl', form).val(),
|
HomePageUrl: $('#txtHomePageUrl', form).val(),
|
||||||
Budget: $('#txtBudget', form).val(),
|
Budget: $('#txtBudget', form).val(),
|
||||||
Revenue: $('#txtRevenue', form).val(),
|
Revenue: $('#txtRevenue', form).val(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue