mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 15:56:05 -07:00
More rework to use the Plex DB
This commit is contained in:
parent
dc92285cfa
commit
ec49ab7389
5 changed files with 79 additions and 87 deletions
|
@ -27,13 +27,11 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Data;
|
||||
using System.Data.SqlClient;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
using Dapper;
|
||||
using Dapper.Contrib.Extensions;
|
||||
using Dapper;
|
||||
|
||||
using Mono.Data.Sqlite;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue