mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 09:44:47 +03:00
update item counts
This commit is contained in:
@@ -1870,9 +1870,9 @@ namespace MediaBrowser.Server.Implementations.Persistence
|
||||
|
||||
using (var reader = cmd.ExecuteReader(CommandBehavior.SequentialAccess | CommandBehavior.SingleResult))
|
||||
{
|
||||
//Logger.Debug("GetItemIdsList query time: {0}ms. Query: {1}",
|
||||
// Convert.ToInt32((DateTime.UtcNow - now).TotalMilliseconds),
|
||||
// cmd.CommandText);
|
||||
Logger.Debug("GetItemIdsList query time: {0}ms. Query: {1}",
|
||||
Convert.ToInt32((DateTime.UtcNow - now).TotalMilliseconds),
|
||||
cmd.CommandText);
|
||||
|
||||
while (reader.Read())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user