diff options
| author | cvium <clausvium@gmail.com> | 2023-08-21 21:54:56 +0200 |
|---|---|---|
| committer | cvium <clausvium@gmail.com> | 2023-08-21 21:54:56 +0200 |
| commit | a061e8f8e49c271e63a15563bc7d1490b64b1458 (patch) | |
| tree | 83f209d23625ed23773d615241c402745e60615e /Emby.Server.Implementations/Data | |
| parent | c24571b5b8b093b51ec34ba796b1d823435ccc64 (diff) | |
fix bad merge
Diffstat (limited to 'Emby.Server.Implementations/Data')
| -rw-r--r-- | Emby.Server.Implementations/Data/SqliteItemRepository.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Data/SqliteItemRepository.cs b/Emby.Server.Implementations/Data/SqliteItemRepository.cs index e95f55f5f..96870a719 100644 --- a/Emby.Server.Implementations/Data/SqliteItemRepository.cs +++ b/Emby.Server.Implementations/Data/SqliteItemRepository.cs @@ -4697,7 +4697,7 @@ where AncestorIdText not null and ItemValues.Value not null and ItemValues.Type var list = new List<PersonInfo>(); using (var connection = GetConnection()) - using (var statement = PrepareStatement(connection, commandText)) + using (var statement = PrepareStatement(connection, commandText.ToString())) { // Run this again to bind the params GetPeopleWhereClauses(query, statement); |
