Fix file suggest on title template setting
This commit is contained in:
parent
2c57094332
commit
3b1e500317
2 changed files with 3 additions and 8 deletions
|
|
@ -28,7 +28,7 @@ export class MusicReleaseModel extends MediaTypeModel {
|
|||
}
|
||||
|
||||
getTags(): string[] {
|
||||
return [mediaDbTag, 'music', 'album'];
|
||||
return [mediaDbTag, 'music', this.subType];
|
||||
}
|
||||
|
||||
getMediaType(): MediaType {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue