2023-11-06, 01:29 PM
(2023-11-05, 06:06 AM)iFraan Wrote: you can disable download on a per-user basis
Go to the user > Profile > Uncheck "Allow media downloads" setting
Thanks for the reply. That will break the book reading plugin since the books have to be downloaded.
However there is light at the end of the tunnel:
Code:
.downloadbutton-icon-complete,
.downloadbutton-icon-on,
.button-flat.btnDownload.detailButton.emby-button {
display: none;
}
It may not be the best code, but that's what I came up with to keep the book functionality without letting people download the materials.
