Deleting a torrent flush cache now
Cette révision appartient à :
Parent
c10c1e86ae
révision
6fbf22410e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -393,7 +393,7 @@ func (t *Torrent) UpdateUnscope() (int, error) {
|
|||
|
||||
// DeleteTorrent : delete a torrent based on id
|
||||
func (t *Torrent) Delete(definitely bool) (*Torrent, int, error) {
|
||||
cache.C.Delete(t.Identifier())
|
||||
cache.C.Flush()
|
||||
db := ORM
|
||||
if definitely {
|
||||
db = ORM.Unscoped()
|
||||
|
|
Référencer dans un nouveau ticket