left align web client content

This commit is contained in:
Luke Pulverenti
2014-05-04 10:19:46 -04:00
parent f031bb744b
commit c3f2021cad
7 changed files with 93 additions and 15 deletions

View File

@@ -164,6 +164,12 @@ namespace MediaBrowser.Server.Implementations.EntryPoints.Notifications
var item = e.MediaInfo;
if (item == null)
{
_logger.Warn("PlaybackStart reported with null media info.");
return;
}
if (e.Item != null && e.Item.Parent == null)
{
// Don't report theme song or local trailer playback