1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2025-06-20 00:25:17 +00:00

Delete user movies

This commit is contained in:
2020-03-27 13:57:36 +01:00
parent 77bb8a6ae1
commit 50e2277a30
3 changed files with 39 additions and 0 deletions

View File

@ -32,4 +32,8 @@ export class Movie implements MovieBuilder {
get url() : string {
return pathUserData(this.uri);
}
get sysPath() : string {
return pathUserData(this.uri, true);
}
}