mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-02 13:14:29 -04:00
Fix provider doc
This commit is contained in:
parent
973f9cfdc2
commit
4d0dd674ad
@ -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 />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user