diff options
Diffstat (limited to 'Emby.Naming/Video/StackResult.cs')
| -rw-r--r-- | Emby.Naming/Video/StackResult.cs | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Emby.Naming/Video/StackResult.cs b/Emby.Naming/Video/StackResult.cs deleted file mode 100644 index de35d2825..000000000 --- a/Emby.Naming/Video/StackResult.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System.Collections.Generic; - -namespace Emby.Naming.Video -{ - public class StackResult - { - public List<FileStack> Stacks { get; set; } - - public StackResult() - { - Stacks = new List<FileStack>(); - } - } -} |
