Explorar o código

Merge pull request #4284 from cvium/fix_playbackstart

Fix playbackstart not triggering in the new eventmanager
Anthony Lavado %!s(int64=4) %!d(string=hai) anos
pai
achega
0cacdd20e0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Emby.Server.Implementations/Session/SessionManager.cs

+ 1 - 1
Emby.Server.Implementations/Session/SessionManager.cs

@@ -666,7 +666,7 @@ namespace Emby.Server.Implementations.Session
                 }
             }
 
-            var eventArgs = new PlaybackProgressEventArgs
+            var eventArgs = new PlaybackStartEventArgs
             {
                 Item = libraryItem,
                 Users = users,