mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-29 05:16:30 +01:00
sync updates
This commit is contained in:
@@ -3,7 +3,7 @@ namespace MediaBrowser.Model.Sync
|
||||
{
|
||||
public class DeviceFileInfo
|
||||
{
|
||||
public string Path { get; set; }
|
||||
public string[] Path { get; set; }
|
||||
public string Name { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ namespace MediaBrowser.Model.Sync
|
||||
/// Gets or sets the path.
|
||||
/// </summary>
|
||||
/// <value>The path.</value>
|
||||
public string Path { get; set; }
|
||||
public string[] Path { get; set; }
|
||||
/// <summary>
|
||||
/// Gets or sets the type of the image.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user