mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Fix warnings MediaBrowser.Model
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
#pragma warning disable CS1591
|
||||
#pragma warning disable SA1600
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace MediaBrowser.Model.IO
|
||||
{
|
||||
/// <summary>
|
||||
/// Interface IFileSystem
|
||||
/// Interface IFileSystem.
|
||||
/// </summary>
|
||||
public interface IFileSystem
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user