bugfix: unset video flag when failing to find teamwork media

This commit is contained in:
Mike Blumenkrantz 2014-01-14 23:38:39 -05:00
parent 1da25bc254
commit b493c4dac1
1 changed files with 1 additions and 0 deletions

View File

@ -730,6 +730,7 @@ tw_media_get(const char *url, unsigned long long timestamp, Eina_Bool *video)
eina_stringshare_del(alias);
return buf;
}
*video = 0;
return NULL;
}