mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
fix db link
This commit is contained in:
@@ -53,7 +53,7 @@ func Stop() {
|
|||||||
time.Sleep(time.Millisecond * 1500)
|
time.Sleep(time.Millisecond * 1500)
|
||||||
}
|
}
|
||||||
|
|
||||||
// https://github.com/yourok-0001/releases/raw/master/torr/rutor.ls
|
// http://releases.yourok.ru/torr/rutor.ls
|
||||||
func updateDB() bool {
|
func updateDB() bool {
|
||||||
log.TLogln("Update rutor db")
|
log.TLogln("Update rutor db")
|
||||||
fnTmp := filepath.Join(settings.Path, "rutor.tmp")
|
fnTmp := filepath.Join(settings.Path, "rutor.tmp")
|
||||||
@@ -63,7 +63,7 @@ func updateDB() bool {
|
|||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
resp, err := http.Get("https://github.com/yourok-0001/releases/raw/master/torr/rutor.ls")
|
resp, err := http.Get("http://releases.yourok.ru/torr/rutor.ls")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.TLogln("Error connect to rutor db:", err)
|
log.TLogln("Error connect to rutor db:", err)
|
||||||
out.Close()
|
out.Close()
|
||||||
|
|||||||
Reference in New Issue
Block a user