Fix provider doc

This commit is contained in:
Zoe Roux 2023-03-19 02:12:11 +09:00
parent 973f9cfdc2
commit 4d0dd674ad

View File

@ -17,16 +17,15 @@
// along with Kyoo. If not, see <https://www.gnu.org/licenses/>. // along with Kyoo. If not, see <https://www.gnu.org/licenses/>.
using System.Collections.Generic; using System.Collections.Generic;
using Kyoo.Abstractions.Controllers;
using Kyoo.Abstractions.Models.Attributes; using Kyoo.Abstractions.Models.Attributes;
using Kyoo.Utils; using Kyoo.Utils;
namespace Kyoo.Abstractions.Models namespace Kyoo.Abstractions.Models
{ {
/// <summary> /// <summary>
/// This class contains metadata about <see cref="IMetadataProvider"/>. /// A dead class that will be removed later.
/// You can have providers even if you don't have the corresponding <see cref="IMetadataProvider"/>.
/// </summary> /// </summary>
// TODO: Delete this class
public class Provider : IResource, IThumbnails public class Provider : IResource, IThumbnails
{ {
/// <inheritdoc /> /// <inheritdoc />