mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-23 18:44:45 +01:00
Visual Studio Reformat: Emby.Dlna
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
using Emby.Dlna.Common;
|
||||
using System.Collections.Generic;
|
||||
using Emby.Dlna.Common;
|
||||
|
||||
namespace Emby.Dlna.ContentDirectory
|
||||
{
|
||||
@@ -7,7 +7,7 @@ namespace Emby.Dlna.ContentDirectory
|
||||
{
|
||||
public IEnumerable<ServiceAction> GetActions()
|
||||
{
|
||||
return new []
|
||||
return new[]
|
||||
{
|
||||
GetSearchCapabilitiesAction(),
|
||||
GetSortCapabilitiesAction(),
|
||||
|
||||
Reference in New Issue
Block a user