Banshee.Mpris.MprisService.OnSourceCountChanged C# (CSharp) Method

OnSourceCountChanged() private method

private OnSourceCountChanged ( SourceEventArgs args ) : void
args SourceEventArgs
return void
        private void OnSourceCountChanged (SourceEventArgs args)
        {
            if (args.Source is AbstractPlaylistSource) {
                player.AddPropertyChange (PlaylistProperties.PlaylistCount);
            }
        }