Update Trakt/ServerMediator.cs

This commit is contained in:
Cody Robibero 2022-04-26 14:51:31 -06:00 committed by GitHub
parent dbf0a55657
commit 29a53e97e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.