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