summaryrefslogtreecommitdiff
path: root/plexSdOsd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plexSdOsd.cpp')
-rw-r--r--plexSdOsd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plexSdOsd.cpp b/plexSdOsd.cpp
index 5e93b1b..b976af4 100644
--- a/plexSdOsd.cpp
+++ b/plexSdOsd.cpp
@@ -153,7 +153,7 @@ eOSState cPlexSdOsd::ProcessKeyDetailView(eKeys Key)
state = eOSState::osEnd;
}
- if (state != osEnd && m_pDetailGrid->DrawTime()) m_pDetailGrid->Flush();
+ if (state != osEnd && m_pDetailsView && m_pDetailGrid->DrawTime()) m_pDetailGrid->Flush();
return state;
}