File : Remove Flatpak.
This commit is contained in:
parent
a18ec08be9
commit
c217a573f6
|
@ -10,7 +10,7 @@ function play() {
|
||||||
local targets=${*}
|
local targets=${*}
|
||||||
[[ "${targets}" = "" ]] && targets=$(_ls_file)
|
[[ "${targets}" = "" ]] && targets=$(_ls_file)
|
||||||
|
|
||||||
flatpak run io.mpv.Mpv --no-video ${targets}
|
mpv --no-video ${targets}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Play media files shuffled from CLI. All files by default.
|
# Play media files shuffled from CLI. All files by default.
|
||||||
|
@ -19,5 +19,5 @@ function play_shuffle() {
|
||||||
local targets=${*}
|
local targets=${*}
|
||||||
[[ "${targets}" = "" ]] && targets=$(_ls_file)
|
[[ "${targets}" = "" ]] && targets=$(_ls_file)
|
||||||
|
|
||||||
flatpak run io.mpv.Mpv --no-video --shuffle ${targets}
|
mpv --no-video --shuffle ${targets}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue