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

update embytv

This commit is contained in:
Luke Pulverenti 2015-09-21 11:18:14 -04:00
parent 40fbd79793
commit 81a6bc5bc7

View file

@ -25,10 +25,10 @@
return $(".radioDonationType:checked", page).val(); return $(".radioDonationType:checked", page).val();
} }
var lifeTimeAmount = 79.99; var lifeTimeAmount = 89.99;
var dailyAmount = 1; var dailyAmount = 1;
var monthlyAmount = 4.99; var monthlyAmount = 4.99;
var yearlyAmount = 37.99; var yearlyAmount = 39.99;
function getDonationAmount(page) { function getDonationAmount(page) {
var type = getDonationType(page); var type = getDonationType(page);