Fixed Movie rename extension.
This commit is contained in:
parent
20e304aa97
commit
3b8c037a27
@ -15,7 +15,7 @@ class Movie extends Media {
|
|||||||
}
|
}
|
||||||
|
|
||||||
getDownloadFilename(ext) {
|
getDownloadFilename(ext) {
|
||||||
return `${this.name} (${this.year})${ext}`;
|
return `${this.name} (${this.year}).${ext}`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user