diff --git a/TraktPlugin/TraktHandlers/MovingPictures.cs b/TraktPlugin/TraktHandlers/MovingPictures.cs index a8eb2b1c..f657ce0f 100644 --- a/TraktPlugin/TraktHandlers/MovingPictures.cs +++ b/TraktPlugin/TraktHandlers/MovingPictures.cs @@ -360,7 +360,7 @@ public bool Scrobble(String filename) IsDVDPlaying = false; // check if filename is DVD/Bluray format - if (VideoUtility.GetVideoFormat(filename) != VideoFormat.File) + if (VideoUtility.GetVideoFormat(filename) == VideoFormat.DVD || VideoUtility.GetVideoFormat(filename) == VideoFormat.Bluray) { // use the player skin properties to determine movie playing // note: movingpictures sets this 2secs after playback