diff options
Diffstat (limited to 'server/src/library.rs')
-rw-r--r-- | server/src/library.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/src/library.rs b/server/src/library.rs index ebafa9d..578edfc 100644 --- a/server/src/library.rs +++ b/server/src/library.rs @@ -156,11 +156,13 @@ impl Node { } } } + impl Item { pub fn path(&self) -> String { self.lib_path.to_str().unwrap().to_string() } } + impl Directory { pub fn path(&self) -> String { self.lib_path.to_str().unwrap().to_string() |