Revert "l mpv: disable autosub for now"

This reverts commit 2181f1dcda.
This commit is contained in:
lassulus 2021-06-09 22:52:03 +02:00
parent 2447bc7d8c
commit 04a081a3be

View File

@ -80,7 +80,7 @@ let
name = "mpv";
paths = [
(pkgs.writeDashBin "mpv" ''
exec ${pkgs.mpv}/bin/mpv -vo=gpu --no-config "$@" # TODO renable autosub when subliminal is in 21.05 again
exec ${pkgs.mpv}/bin/mpv -vo=gpu --no-config --script=${autosub} "$@"
'')
pkgs.mpv
];