~victored/noise/lp-1099591

« back to all changes in this revision

Viewing changes to src/GStreamer/Streamer.vala

  • Committer: Corentin Noël
  • Date: 2014-03-07 13:43:48 UTC
  • mfrom: (1554.2.3 gtk-3.10)
  • Revision ID: tintou@mailoo.org-20140307134348-btuttv73jm25d9jn
Use Static Accessors

Show diffs side-by-side

added added

removed removed

Lines of Context:
190
190
                                App.main_window.media_played (App.player.media_info.media); // pretend as if media changed
191
191
                        } else {
192
192
                            // if the title doesn't follow the general title - artist format, probably not a media change and instead an advert
193
 
                            notification_manager.doSongNotification (App.player.media_info.media.album_artist + "\n" + title);
 
193
                            NotificationManager.get_default ().doSongNotification (App.player.media_info.media.album_artist + "\n" + title);
194
194
                        }
195
195
                        
196
196
                    }
223
223
            return false;
224
224
        });
225
225
    }*/
226
 
}
 
226
}
 
 
b'\\ No newline at end of file'