mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Moved source code under src folder - massive change
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace NzbDrone.Core.Update
|
||||
{
|
||||
public class UpdatePackageAvailable
|
||||
{
|
||||
public Boolean Available { get; set; }
|
||||
public UpdatePackage UpdatePackage { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user