summaryrefslogtreecommitdiff
path: root/pkg/media/path.go
blob: 1248ed5c14eaa0c5ca605219e13c366558b187d5 (plain)
1
2
3
4
5
6
7
package media

// Path represents a media library path.
type Path struct {
	Path   string
	Prefix string
}