mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
3.0.5582.4
This commit is contained in:
parent
bda0f89c4d
commit
b2a73206ef
@ -43,10 +43,10 @@
|
||||
return $(".radioDonationType:checked", page).val();
|
||||
}
|
||||
|
||||
var lifeTimeAmount = 69;
|
||||
var lifeTimeAmount = 69.99;
|
||||
var dailyAmount = 1;
|
||||
var monthlyAmount = 5;
|
||||
var yearlyAmount = 36;
|
||||
var monthlyAmount = 4.99;
|
||||
var yearlyAmount = 35.99;
|
||||
function getDonationAmount(page) {
|
||||
|
||||
var type = getDonationType(page);
|
||||
|
Loading…
Reference in New Issue
Block a user