mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
New: Don't require artist mapping
This commit is contained in:
parent
1cc434a498
commit
be4e748977
159 changed files with 2934 additions and 4208 deletions
|
@ -13,7 +13,6 @@ namespace Lidarr.Api.V1.TrackFiles
|
|||
{
|
||||
public int ArtistId { get; set; }
|
||||
public int AlbumId { get; set; }
|
||||
public string RelativePath { get; set; }
|
||||
public string Path { get; set; }
|
||||
public long Size { get; set; }
|
||||
public DateTime DateAdded { get; set; }
|
||||
|
@ -74,7 +73,6 @@ namespace Lidarr.Api.V1.TrackFiles
|
|||
ArtistId = artist.Id,
|
||||
AlbumId = model.AlbumId,
|
||||
Path = model.Path,
|
||||
RelativePath = artist.Path.GetRelativePath(model.Path),
|
||||
Size = model.Size,
|
||||
DateAdded = model.DateAdded,
|
||||
Quality = model.Quality,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue