mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
fixed renamed OID to id in json response.
This commit is contained in:
parent
c904c6e085
commit
6c944758ed
8 changed files with 24 additions and 24 deletions
|
@ -4,7 +4,7 @@ using Sqo.Attributes;
|
|||
|
||||
namespace NzbDrone.Core.RootFolders
|
||||
{
|
||||
public class RootFolder : BaseRepositoryModel
|
||||
public class RootFolder : ModelBase
|
||||
{
|
||||
public string Path { get; set; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue