fixed remote control flyout
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
|
||||
namespace MediaBrowser.Controller.Providers
|
||||
{
|
||||
/// <summary>
|
||||
/// Enum ProviderRefreshStatus
|
||||
/// </summary>
|
||||
public enum ProviderRefreshStatus
|
||||
{
|
||||
/// <summary>
|
||||
/// The success
|
||||
/// </summary>
|
||||
Success = 0,
|
||||
/// <summary>
|
||||
/// The completed with errors
|
||||
/// </summary>
|
||||
CompletedWithErrors = 1,
|
||||
/// <summary>
|
||||
/// The failure
|
||||
/// </summary>
|
||||
Failure = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user