Hi,
There I think the skin in staging would probably fix this issue, this is what I did. From the commandline
echo 'deb http://apt.osmc.tv buster-devel main' | sudo tee /etc/apt/sources.list.d/osmc-devel.list
sudo apt-get update && sudo apt-get install mediacenter-skin-osmc && reboot
I suggest deactivating (will do automatically after 14 days) the staging repo once the system restarts:
sudo rm /etc/apt/sources.list.d/osmc-devel.list
Also optional to make sure the correct repo’s are synced: sudo apt-get update
Thanks Tom.