mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Finished #186
This commit is contained in:
parent
a004eca6ec
commit
af2c661d61
5 changed files with 106 additions and 3 deletions
|
@ -44,7 +44,7 @@ namespace PlexRequests.Store
|
|||
}
|
||||
|
||||
private SqliteFactory Factory { get; }
|
||||
private string CurrentPath =>Path.Combine(Path.GetDirectoryName(Application.ExecutablePath) ?? string.Empty, DbFile);
|
||||
public string CurrentPath =>Path.Combine(Path.GetDirectoryName(Application.ExecutablePath) ?? string.Empty, DbFile);
|
||||
|
||||
public virtual bool CheckDb()
|
||||
{
|
||||
|
@ -59,7 +59,7 @@ namespace PlexRequests.Store
|
|||
return false;
|
||||
}
|
||||
|
||||
public string DbFile = "PlexRequests.sqlite";
|
||||
public const string DbFile = "PlexRequests.sqlite";
|
||||
|
||||
/// <summary>
|
||||
/// Gets the database connection.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue