mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-20 05:56:10 +05:00
update
This commit is contained in:
@@ -5,9 +5,8 @@ var (
|
||||
Path string
|
||||
)
|
||||
|
||||
func InitSets(path string, readOnly bool) {
|
||||
Path = path
|
||||
tdb = NewTDB(path, readOnly)
|
||||
func InitSets(readOnly bool) {
|
||||
tdb = NewTDB(readOnly)
|
||||
loadBTSets()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user