mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 13:25:13 +02:00
Twatter has been added, Notifications cannot be saved (yet), nor will they send, but the framework for a user to setup Twitter (Authorize NzbDrone) is in place.
This commit is contained in:
13
NzbDrone.Core/Model/Twitter/TwitterAuthorizationModel.cs
Normal file
13
NzbDrone.Core/Model/Twitter/TwitterAuthorizationModel.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace NzbDrone.Core.Model.Twitter
|
||||
{
|
||||
public class TwitterAuthorizationModel
|
||||
{
|
||||
public string Token { get; set; }
|
||||
public string Url { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user