cmd/streamdata: print VOD pathname

Useful for accessing the file externally.

Signed-off-by: Yonah <contrib@gensokyo.uk>
This commit is contained in:
2026-03-19 01:51:40 +09:00
parent 10ed962bee
commit ff1a4a4387

View File

@@ -201,6 +201,7 @@ func main() {
return syscall.ENOENT
} else {
printVOD(v)
fmt.Println("Path :", channel.Path(&ident))
return nil
}
},