mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
One async call leads to another, and another, all the way up the call stack...
This commit is contained in:
parent
64887fa743
commit
937d27ae9d
@@ -2,10 +2,9 @@
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using MediaBrowser.Common.Logging;
|
||||
using MediaBrowser.Common.UI;
|
||||
using MediaBrowser.Controller;
|
||||
using MediaBrowser.Model.Progress;
|
||||
using System.Threading.Tasks;
|
||||
using MediaBrowser.Common.UI;
|
||||
|
||||
namespace MediaBrowser.ServerApplication
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user