mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-06 06:12:52 +01:00
added more image providers
This commit is contained in:
@@ -38,14 +38,14 @@ namespace MediaBrowser.Controller.Providers
|
||||
/// <summary>
|
||||
/// The success
|
||||
/// </summary>
|
||||
Success,
|
||||
/// <summary>
|
||||
/// The failure
|
||||
/// </summary>
|
||||
Failure,
|
||||
Success = 0,
|
||||
/// <summary>
|
||||
/// The completed with errors
|
||||
/// </summary>
|
||||
CompletedWithErrors
|
||||
}
|
||||
CompletedWithErrors = 1,
|
||||
/// <summary>
|
||||
/// The failure
|
||||
/// </summary>
|
||||
Failure = 2
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user