]> git.r.bdr.sh - rbdr/lyricli/blob - Sources/source_protocol.swift
Merge branch 'feature/read-song-from-command-line' into develop
[rbdr/lyricli] / Sources / source_protocol.swift
1 protocol Source {
2 var currentTrack: Track? { get }
3 }