diff options
Diffstat (limited to 'src/data/things')
-rw-r--r-- | src/data/things/album.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/data/things/album.js b/src/data/things/album.js index cbc3796e..af42c6fa 100644 --- a/src/data/things/album.js +++ b/src/data/things/album.js @@ -709,8 +709,6 @@ export class Album extends Thing { isDefaultTrackSection: true, }); - const albumRef = Thing.getReference(album); - const closeCurrentTrackSection = () => { if ( currentTrackSection.isDefaultTrackSection && |