mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-18 00:06:27 +01:00
add LocalFileInfo.Id
This commit is contained in:
@@ -4,7 +4,7 @@ namespace MediaBrowser.Model.Devices
|
||||
public class LocalFileInfo
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string FullPath { get; set; }
|
||||
public string Id { get; set; }
|
||||
public string Album { get; set; }
|
||||
public string MimeType { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user