mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-14 11:40:42 +01:00
More warnings (removed)
This commit is contained in:
14
MediaBrowser.Common/Plugins/IPluginAssembly.cs
Normal file
14
MediaBrowser.Common/Plugins/IPluginAssembly.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma warning disable CS1591
|
||||
#pragma warning disable SA1600
|
||||
|
||||
using System;
|
||||
|
||||
namespace MediaBrowser.Common.Plugins
|
||||
{
|
||||
public interface IPluginAssembly
|
||||
{
|
||||
void SetAttributes(string assemblyFilePath, string dataFolderPath, Version assemblyVersion);
|
||||
|
||||
void SetId(Guid assemblyId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user