~me-tv-administration/me-tv/1.2

« back to all changes in this revision

Viewing changes to src/scan_dialog.cc

  • Committer: Michael Lamothe
  • Date: 2010-06-12 15:25:39 UTC
  • Revision ID: michael@media-20100612152539-y61c2mqphim4rvb7
Fixes so that restarting after non-initial scanning works

Show diffs side-by-side

added added

removed removed

Lines of Context:
246
246
                scan_thread = NULL;
247
247
 
248
248
                get_application().stream_manager.start();
 
249
                get_application().select_channel_to_play();
249
250
        }
250
251
}
251
252