Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Deleting a torrent flush cache now

Cette révision appartient à :
akuma06 2017-07-15 01:50:26 +02:00
Parent c10c1e86ae
révision 6fbf22410e

Voir le fichier

@ -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()