mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-04 06:48:35 +01:00
fix portable and 3.5 project references
This commit is contained in:
11
MediaBrowser.Model/LiveTv/RecordingGroupQuery.cs
Normal file
11
MediaBrowser.Model/LiveTv/RecordingGroupQuery.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace MediaBrowser.Model.LiveTv
|
||||
{
|
||||
public class RecordingGroupQuery
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets the user identifier.
|
||||
/// </summary>
|
||||
/// <value>The user identifier.</value>
|
||||
public string UserId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user