mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
moved everything up a directory
This commit is contained in:
parent
448cd8d92e
commit
9a78f790a6
76 changed files with 0 additions and 0 deletions
14
RequestPlex.Api/MovieBase.cs
Normal file
14
RequestPlex.Api/MovieBase.cs
Normal file
|
@ -0,0 +1,14 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace RequestPlex.Api
|
||||
{
|
||||
public abstract class MovieBase
|
||||
{
|
||||
protected string ApiKey = "b8eabaf5608b88d0298aa189dd90bf00";
|
||||
protected string Url = "http://api.themoviedb.org/3";
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue