diff --git a/data/interfaces/default/managealbums.html b/data/interfaces/default/managealbums.html index aaef784b..6e88cd04 100644 --- a/data/interfaces/default/managealbums.html +++ b/data/interfaces/default/managealbums.html @@ -1,7 +1,8 @@ <%inherit file="base.html" /> <%! - from headphones import db - import headphones + # Removed direct DB imports/interactions here, as data should be pre-fetched server-side. + # from headphones import db + import headphones # Still needed for headphones.LOSSY_MEDIA_FORMATS if used %> <%def name="headerIncludes()"> @@ -17,9 +18,10 @@