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