mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-18 13:06:09 +05:00
Alternative webOS launch
Reload torrents list
This commit is contained in:
@@ -35,7 +35,7 @@ func main() {
|
||||
filepath.WalkDir(srcGo+"template/pages/", func(path string, d fs.DirEntry, err error) error {
|
||||
if !d.IsDir() {
|
||||
name := strings.TrimPrefix(path, srcGo+"template/")
|
||||
if !strings.HasPrefix(name, ".") {
|
||||
if !strings.HasPrefix(filepath.Base(name), ".") {
|
||||
files = append(files, name)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user