mirror of
https://github.com/Radarr/Radarr
synced 2025-02-05 14:22:03 +00:00
Removed extraneous model.
This commit is contained in:
parent
4af27cc4b5
commit
b82c63e2ec
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Web;
|
|
||||||
|
|
||||||
namespace NzbDrone.Web.Models
|
|
||||||
{
|
|
||||||
public class HistoryGridModel
|
|
||||||
{
|
|
||||||
public string JsonData { get; set; }
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue