add mpv player w/ ipc support
This commit is contained in:
parent
a706a38252
commit
6ae627522c
5 changed files with 216 additions and 23 deletions
|
@ -87,7 +87,7 @@ func (mp *MinifluxPlayer) View() string {
|
|||
return mp.player.View()
|
||||
}
|
||||
|
||||
return lipgloss.JoinVertical(0.2, mp.feedEntries.View(), "", mp.player.View())
|
||||
return lipgloss.JoinVertical(lipgloss.Top, mp.feedEntries.View(), "", mp.player.View())
|
||||
}
|
||||
|
||||
func (mp *MinifluxPlayer) FetchCategories(ctx context.Context) ([]*miniflux.Category, error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue