jellyfin/MediaBrowser.Controller/Library/DeleteOptions.cs
2014-02-19 23:53:15 -05:00

9 lines
146 B
C#

namespace MediaBrowser.Controller.Library
{
public class DeleteOptions
{
public bool DeleteFileLocation { get; set; }
}
}