This commit is contained in:
julien 2025-06-19 15:39:13 +02:00
parent cf891428b3
commit bcb7070067

View File

@ -3,7 +3,6 @@ package download
import ( import (
"app/shelfly/internal/debridlink" "app/shelfly/internal/debridlink"
"app/shelfly/internal/models" "app/shelfly/internal/models"
"app/shelfly/query"
"context" "context"
"encoding/json" "encoding/json"
"errors" "errors"
@ -13,7 +12,6 @@ import (
"net/http" "net/http"
"os" "os"
"strings" "strings"
"github.com/gorilla/mux" "github.com/gorilla/mux"
"gorm.io/gorm" "gorm.io/gorm"
) )