mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-02 08:23:04 +00:00
Reduced compiler warnings. No functional changes (except MediaEncoder.cs and AutomaticRestartEntryPoint.cs)
This commit is contained in:
@@ -75,7 +75,7 @@ namespace MediaBrowser.LocalMetadata
|
||||
}
|
||||
}
|
||||
|
||||
public int Order
|
||||
public virtual int Order
|
||||
{
|
||||
get
|
||||
{
|
||||
|
||||
@@ -31,7 +31,7 @@ namespace MediaBrowser.LocalMetadata.Providers
|
||||
return directoryService.GetFile(Path.Combine(info.Path, "series.xml"));
|
||||
}
|
||||
|
||||
public int Order
|
||||
public override int Order
|
||||
{
|
||||
get
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user