1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-16 19:14:06 +02:00

* Remove source when connection drops.

This commit is contained in:
Christian Muehlhaeuser
2011-02-16 08:11:51 +01:00
parent 10c592ccab
commit 7e8dda2b1f

View File

@@ -85,6 +85,7 @@ Source::remove()
emit offline();
m_collections.clear();
SourceList::instance()->remove( this );
deleteLater();
}