mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-11-06 22:59:44 +00:00
update volume path
This commit is contained in:
parent
2651140095
commit
52bd22ab2b
@ -26,6 +26,8 @@ func GetDir(id, envName string) string {
|
|||||||
path = "/DATA/Downloads/"
|
path = "/DATA/Downloads/"
|
||||||
case strings.ToLower(envName) == "/srv":
|
case strings.ToLower(envName) == "/srv":
|
||||||
path = "/DATA/"
|
path = "/DATA/"
|
||||||
|
case strings.ToLower(envName) == "/tv":
|
||||||
|
path = "/DATA/Media/TV Shows"
|
||||||
default:
|
default:
|
||||||
//path = "/media"
|
//path = "/media"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user