mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-16 08:08:16 +00:00
10 lines
168 B
C#
10 lines
168 B
C#
|
|
namespace MediaBrowser.Model.Sync
|
|
{
|
|
public class DeviceFileInfo
|
|
{
|
|
public string Path { get; set; }
|
|
public string Name { get; set; }
|
|
}
|
|
}
|