mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-23 18:44:45 +01:00
update channels
This commit is contained in:
@@ -22,12 +22,6 @@ namespace MediaBrowser.Model.Channels
|
||||
/// <value><c>true</c> if this instance can search; otherwise, <c>false</c>.</value>
|
||||
public bool CanSearch { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether this instance can get all media.
|
||||
/// </summary>
|
||||
/// <value><c>true</c> if this instance can get all media; otherwise, <c>false</c>.</value>
|
||||
public bool CanGetAllMedia { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the media types.
|
||||
/// </summary>
|
||||
|
||||
@@ -45,6 +45,6 @@ namespace MediaBrowser.Model.Querying
|
||||
/// <summary>
|
||||
/// The is favorite or likes
|
||||
/// </summary>
|
||||
IsFavoriteOrLikes = 10,
|
||||
IsFavoriteOrLikes = 10
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,6 +9,6 @@ namespace MediaBrowser.Model.Tasks
|
||||
/// <summary>
|
||||
/// The wake from sleep
|
||||
/// </summary>
|
||||
WakeFromSleep
|
||||
WakeFromSleep = 0
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user