summaryrefslogtreecommitdiff
path: root/media/path.go
diff options
context:
space:
mode:
Diffstat (limited to 'media/path.go')
-rw-r--r--media/path.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/media/path.go b/media/path.go
new file mode 100644
index 0000000..1248ed5
--- /dev/null
+++ b/media/path.go
@@ -0,0 +1,7 @@
+package media
+
+// Path represents a media library path.
+type Path struct {
+ Path string
+ Prefix string
+}