X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Flibrary.c;h=7a1260346a364490de5000881fc75be9d8f41048;hb=9db08a82d46068d480cd77ade3d568c80cc9990d;hp=e547b5cca120c7c4852e6c20336ca1d855a582f4;hpb=1bbcc24cd35fbfc8e87abd7d6e5df7e70b411971;p=omnplay diff --git a/src/library.c b/src/library.c index e547b5c..7a12603 100644 --- a/src/library.c +++ b/src/library.c @@ -56,6 +56,8 @@ void omnplay_library_normalize_item(omnplay_instance_t* app, playlist_item_t* it lib = omnplay_library_find(app, item->id); + item->error = 0; + if(lib) { @@ -263,6 +265,8 @@ void omnplay_library_draw(omnplay_instance_t* app) 1, frames2tc(app->library.item[i].dur, 25.0, tc), 2, app->library.item[i].title, 3, i, + 4, FALSE, + 5, "red", -1 ); }