mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -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/>.
|
||||
|
||||
using System.Collections.Generic;
|
||||
using Kyoo.Abstractions.Controllers;
|
||||
using Kyoo.Abstractions.Models.Attributes;
|
||||
using Kyoo.Utils;
|
||||
|
||||
namespace Kyoo.Abstractions.Models
|
||||
{
|
||||
/// <summary>
|
||||
/// This class contains metadata about <see cref="IMetadataProvider"/>.
|
||||
/// You can have providers even if you don't have the corresponding <see cref="IMetadataProvider"/>.
|
||||
/// A dead class that will be removed later.
|
||||
/// </summary>
|
||||
// TODO: Delete this class
|
||||
public class Provider : IResource, IThumbnails
|
||||
{
|
||||
/// <inheritdoc />
|
||||
|
Loading…
x
Reference in New Issue
Block a user