First pass at syncing worked with some bug fixes
This commit is contained in:
@ -12,6 +12,12 @@ namespace Aurora.Models.Media
|
||||
LoadMetadata();
|
||||
}
|
||||
|
||||
public LocalAudio(LocalAudio copy)
|
||||
{
|
||||
File = copy.File;
|
||||
LoadMetadata();
|
||||
}
|
||||
|
||||
#region Properties
|
||||
public FileInfo File { get; private set; }
|
||||
|
||||
|
Reference in New Issue
Block a user