Skip to content

Commit

Permalink
More Clean Up
Browse files Browse the repository at this point in the history
  • Loading branch information
pops64 committed Nov 29, 2024
1 parent 5457327 commit 71cca9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/config/scraper_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ func MigrateFromOfficalToCustom(id string, url string, name string, company stri
db, _ := models.GetDB()
defer db.Close()

// Check to see if we even have PS-Porn data. Other wise there is no need to add a custom site entry
var scenes []models.Scene
db.Where("scraper_id = ?", id).Find(&scenes)
if len(scenes) != 0 {
Expand Down

0 comments on commit 71cca9a

Please sign in to comment.