$OpenBSD: patch-src_playlistitemdelegate_cpp,v 1.1 2017/03/06 08:53:56 dcoppa Exp $
--- src/playlistitemdelegate.cpp.orig	Fri Oct  2 10:30:17 2015
+++ src/playlistitemdelegate.cpp	Mon Mar  6 09:43:45 2017
@@ -210,7 +210,7 @@ void PlaylistItemDelegate::paintBody( QPainter* painte
         painter->restore();
 
         // view count
-        if (video->viewCount() >= 0) {
+        if (video->viewCount() > 0) {
             QLocale locale;
             QString viewCountString = tr("%1 views").arg(locale.toString(video->viewCount()));
             textLoc.setX(textLoc.x() + stringSize.width() + PADDING);
