<div dir="ltr">Kindly suggest me what should be done in order to get this fixed?<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 17, 2016 at 3:33 PM, Jean-Baptiste Kempf <span dir="ltr"><<a href="mailto:jb@videolan.org" target="_blank">jb@videolan.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">What?<br>
If time duration not present, imply directory?<br>
That is totally false.<br>
<br>
On 17 Mar, Avani Sharma wrote :<br>
<div><div class="h5">> ---<br>
>  modules/notify/notify.c | 5 ++++-<br>
>  1 file changed, 4 insertions(+), 1 deletion(-)<br>
><br>
> diff --git a/modules/notify/notify.c b/modules/notify/notify.c<br>
> index adc6de2..b6f3958 100644<br>
> --- a/modules/notify/notify.c<br>
> +++ b/modules/notify/notify.c<br>
> @@ -172,8 +172,11 @@ static int ItemChange( vlc_object_t *p_this, const<br>
> char *psz_var,<br>
><br>
>      /* Playing something ... */<br>
>      input_item_t *p_input_item = input_GetItem( p_input );<br>
> +    /* Checking for click on directories*/<br>
> +    if(!input_item_GetDuration(p_input_item) > 0){<br>
> +        return VLC_SUCCESS;<br>
> +    }<br>
>      psz_title = input_item_GetTitleFbName( p_input_item );<br>
> -<br>
>      /* We need at least a title */<br>
>      if( EMPTY_STR( psz_title ) )<br>
>      {<br>
> --<br>
> 2.1.4<br>
<br>
</div></div>> _______________________________________________<br>
> vlc-devel mailing list<br>
> To unsubscribe or modify your subscription options:<br>
> <a href="https://mailman.videolan.org/listinfo/vlc-devel" rel="noreferrer" target="_blank">https://mailman.videolan.org/listinfo/vlc-devel</a><br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
With my kindest regards,<br>
<br>
--<br>
Jean-Baptiste Kempf<br>
<a href="http://www.jbkempf.com/" rel="noreferrer" target="_blank">http://www.jbkempf.com/</a> - +33 672 704 734<br>
Sent from my Electronic Device<br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="https://mailman.videolan.org/listinfo/vlc-devel" rel="noreferrer" target="_blank">https://mailman.videolan.org/listinfo/vlc-devel</a><br>
</font></span></blockquote></div><br></div>