Commit 3f6bf8de authored by Jean-Paul Saman's avatar Jean-Paul Saman

mpris_v2 test: cleanup

parent cd0055d1
...@@ -113,8 +113,8 @@ for es in 1 0; do ...@@ -113,8 +113,8 @@ for es in 1 0; do
mpris_methodcall "/ES" "GetSubtitleES" mpris_methodcall "/ES" "GetSubtitleES"
done done
for track in 0 1 2 3 4; do for es in 0 1 2 3 4; do
mpris_methodcall "/ES" "GetEsMetadata" int32:$track mpris_methodcall "/ES" "GetEsMetadata" int32:$es
done done
mpris_methodcall "/Display" "Fullscreen" mpris_methodcall "/Display" "Fullscreen"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment