raster pushed a commit to branch master. http://git.enlightenment.org/apps/rage.git/commit/?id=f7e69b9412657c8dcc46a0a6854da363083e1378
commit f7e69b9412657c8dcc46a0a6854da363083e1378 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Tue Dec 26 16:41:07 2017 +0900 mpris - handle when window is gone --- src/bin/mpris.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/mpris.c b/src/bin/mpris.c index c470735..948f78c 100644 --- a/src/bin/mpris.c +++ b/src/bin/mpris.c @@ -684,6 +684,7 @@ GETTER(metadata) char *buf = NULL; const char *s; + if (!inf) return EINA_FALSE; // XXX: TODO: // mpris:trackid --
