mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 16:52:04 +02:00
removed sqo.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using System.Collections.Generic;
|
||||
using NzbDrone.Core.Datastore;
|
||||
using Sqo.Attributes;
|
||||
|
||||
|
||||
namespace NzbDrone.Core.RootFolders
|
||||
{
|
||||
@@ -8,7 +8,6 @@ namespace NzbDrone.Core.RootFolders
|
||||
{
|
||||
public string Path { get; set; }
|
||||
|
||||
[Ignore]
|
||||
public ulong FreeSpace { get; set; }
|
||||
|
||||
public List<UnmappedFolder> UnmappedFolders { get; set; }
|
||||
|
Reference in New Issue
Block a user