mirror of
https://github.com/jellyfin/jellyfin-plugin-trakt.git
synced 2024-11-23 13:50:15 +00:00
Update Trakt/ServerMediator.cs
This commit is contained in:
parent
dbf0a55657
commit
29a53e97e4
@ -31,7 +31,7 @@ public class ServerMediator : IServerEntryPoint, IDisposable
|
||||
private readonly UserDataManagerEventsHelper _userDataManagerEventsHelper;
|
||||
private readonly LibraryManagerEventsHelper _libraryManagerEventsHelper;
|
||||
private readonly TraktApi _traktApi;
|
||||
private Dictionary<string, PlaybackState> _playbackState;
|
||||
private readonly Dictionary<string, PlaybackState> _playbackState;
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="ServerMediator"/> class.
|
||||
|
Loading…
Reference in New Issue
Block a user