]> git.r.bdr.sh - rbdr/lyricli/blob - Sources/source_protocol.swift
Add build status badge
[rbdr/lyricli] / Sources / source_protocol.swift
1 protocol Source {
2 var currentTrack: Track? { get }
3 }