mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added IHasImages and IHasUserData
This commit is contained in:
parent
b0d84e5046
commit
736a8233a3
23 changed files with 121 additions and 89 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
function deleteTimer(page, id) {
|
||||
|
||||
Dashboard.confirm("Are you sure you wish to cancel this series?", "Confirm Series Timer Cancellation", function (result) {
|
||||
Dashboard.confirm("Are you sure you wish to cancel this series?", "Confirm Series Cancellation", function (result) {
|
||||
|
||||
if (result) {
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
|||
|
||||
ApiClient.cancelLiveTvSeriesTimer(id).done(function () {
|
||||
|
||||
Dashboard.alert('Series Timer deleted');
|
||||
Dashboard.alert('Series cancelled.');
|
||||
|
||||
reload(page);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue