mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
Add GPL modules
This commit is contained in:
8
MediaBrowser.Model/Tasks/TaskOptions.cs
Normal file
8
MediaBrowser.Model/Tasks/TaskOptions.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
namespace MediaBrowser.Model.Tasks
|
||||
{
|
||||
public class TaskOptions
|
||||
{
|
||||
public long? MaxRuntimeTicks { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user