mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-04 21:32:53 +01:00
Post GPL cleanup
This commit is contained in:
@@ -34,7 +34,7 @@ namespace MediaBrowser.Model.Entities
|
||||
/// </summary>
|
||||
public VirtualFolderInfo()
|
||||
{
|
||||
Locations = new string[] {};
|
||||
Locations = Array.Empty<string>();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user