mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
updated live tv timer page
This commit is contained in:
parent
72b7920f68
commit
07241dc539
3 changed files with 20 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
function deleteTimer(page, id) {
|
||||
|
||||
Dashboard.confirm("Are you sure you wish to cancel this timer?", "Confirm Timer Deletion", function (result) {
|
||||
Dashboard.confirm("Are you sure you wish to cancel this timer?", "Confirm Timer Cancellation", function (result) {
|
||||
|
||||
if (result) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue