mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-29 04:04:47 +03:00
Post GPL cleanup
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using MediaBrowser.Controller.Entities;
|
||||
using MediaBrowser.Controller.IO;
|
||||
using MediaBrowser.Model.IO;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using MediaBrowser.Model.Providers;
|
||||
@@ -47,7 +45,7 @@ namespace MediaBrowser.Controller.Providers
|
||||
{
|
||||
if (RefreshPaths == null)
|
||||
{
|
||||
RefreshPaths = new string[] { };
|
||||
RefreshPaths = Array.Empty<string>();
|
||||
}
|
||||
|
||||
RefreshPaths = copy.RefreshPaths.ToArray();
|
||||
|
||||
Reference in New Issue
Block a user