jellyfin/MediaBrowser.Model/Sync/DeviceFileInfo.cs
Luke Pulverenti 7bce2e04b6 sync updates
2014-12-27 17:52:41 -05:00

10 lines
170 B
C#

namespace MediaBrowser.Model.Sync
{
public class DeviceFileInfo
{
public string[] Path { get; set; }
public string Name { get; set; }
}
}