mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-27 03:04:49 +03:00
stub out objects for per library settings
This commit is contained in:
@@ -4041,7 +4041,7 @@ namespace MediaBrowser.Server.Implementations.Persistence
|
||||
? (CommandBehavior.SequentialAccess | CommandBehavior.SingleResult)
|
||||
: CommandBehavior.SequentialAccess;
|
||||
|
||||
Logger.Debug("GetItemValues: " + cmd.CommandText);
|
||||
//Logger.Debug("GetItemValues: " + cmd.CommandText);
|
||||
|
||||
using (var reader = cmd.ExecuteReader(commandBehavior))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user