Skip to content

Commit

Permalink
Create stubs for new Track object methods in RemoteTrack
Browse files Browse the repository at this point in the history
  • Loading branch information
mherger committed Sep 4, 2023
1 parent 85d9a7d commit cb992b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Slim/Schema/RemoteTrack.pm
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,10 @@ sub init {

# Emulate absent methods - hopefully these can be retired at some time
sub artists {return ();}
sub artistid {}
sub genres {return ();}
sub genrename {}
sub genreid {}
sub coverArtExists {0}

sub isRemoteURL {shift->remote();}
Expand Down

0 comments on commit cb992b1

Please sign in to comment.