tag the recording record depending on success of updating db
This commit is contained in:
parent
f999148fc4
commit
084cc7f63f
@ -462,9 +462,9 @@
|
||||
(mythconverg-update-recorded-table tr-rec rec #f)
|
||||
;; mysql-commit in this step
|
||||
(if update-database (mythconverg-execute mysql-cmd))
|
||||
(list rec tr-rec))
|
||||
(list 'updated (recording-basename rec)))
|
||||
(lambda (key . args)
|
||||
(list rec tr-rec 'error)))))
|
||||
(list 'error (recording-basename rec))))))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; MAIN ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user