mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Added travisyml
This commit is contained in:
parent
55a5ad57ba
commit
2752a14407
5 changed files with 26 additions and 4 deletions
|
@ -60,7 +60,7 @@ namespace PlexRequests.Store
|
|||
|
||||
public T Get(string id)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
throw new NotSupportedException("Get(string) is not supported. Use Get(int)");
|
||||
}
|
||||
|
||||
public T Get(int id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue