mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 23:45:46 +02:00
Bind any collection to SignalR with a single call.
This commit is contained in:
13
NzbDrone.Api/RootFolders/RootFolderConnection.cs
Normal file
13
NzbDrone.Api/RootFolders/RootFolderConnection.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using NzbDrone.Api.SignalR;
|
||||
using NzbDrone.Core.RootFolders;
|
||||
|
||||
namespace NzbDrone.Api.RootFolders
|
||||
{
|
||||
public class RootFolderConnection : BasicResourceConnection<RootFolder>
|
||||
{
|
||||
public override string Resource
|
||||
{
|
||||
get { return "RootFolder"; }
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user