mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-04 18:59:30 +01:00
Fixed minore issues
- Fixed getting cover art that's too small - fixed reloading images after adding artist - added init function on search results
This commit is contained in:
@@ -129,7 +129,7 @@
|
||||
<script src="js/libs/jquery.dataTables.min.js"></script>
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
getAlbumInfo("${album['ArtistName']}","${album['AlbumTitle']}","#albumheader .albumArt",1);
|
||||
getAlbumInfo("${album['ArtistName']}","${album['AlbumTitle']}","#albumheader .albumArt",3);
|
||||
initActions();
|
||||
|
||||
$('#track_table').dataTable({
|
||||
|
||||
Reference in New Issue
Block a user