mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 23:02:43 +01:00
@@ -82,10 +82,4 @@ class MusicSource implements BaseMusicSource {
|
||||
|
||||
@override
|
||||
Uri streamUri(String songId) => _source.streamUri(songId);
|
||||
|
||||
@override
|
||||
bool operator ==(other) => other is BaseMusicSource && (other.id == id);
|
||||
|
||||
@override
|
||||
int get hashCode => id;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user