removing the other video loader

This commit is contained in:
Chris Cochrun 2022-09-26 06:01:18 -05:00
parent acbd167697
commit 2541c61eb6

View file

@ -220,8 +220,6 @@ Item {
print(changed); print(changed);
if (changed) { if (changed) {
currentServiceItem--; currentServiceItem--;
loadVideo();
/* playAudio(); */
leftDock.changeItem(); leftDock.changeItem();
} }
} }