mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-31 18:43:26 +01:00
-Added System.Data.SQLite and Sqlite3 into ThirdParty -Depending of the OS, System.Data.SQLite will look for: sqlite3.dll in Windows(Provided with the project) libsqlite3.so.0 in Linux(Need to be installed. ie yum install sqlite.i686) libsqlite3.dylib in MacOS X(!?) (See http://www.mono-project.com/Interop_with_Native_Libraries for more info) |
||
|---|---|---|
| .. | ||
| SqliteChapterRepository.cs | ||
| SqliteDisplayPreferencesRepository.cs | ||
| SqliteExtensions.cs | ||
| SqliteItemRepository.cs | ||
| SqliteMediaStreamsRepository.cs | ||
| SqliteNotificationsRepository.cs | ||
| SqliteProviderInfoRepository.cs | ||
| SqliteShrinkMemoryTimer.cs | ||
| SqliteUserDataRepository.cs | ||
| SqliteUserRepository.cs | ||
| TypeMapper.cs | ||