Skip to content

Commit

Permalink
Merge pull request #1207 from michaelherger/remoteworktitle
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelherger authored Nov 4, 2024
2 parents fd36b36 + 4043075 commit f2a3e84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Slim/Schema/RemoteTrack.pm
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ sub DESTROY {
*playcount = \&Slim::Schema::Track::playcount;
*rating = \&Slim::Schema::Track::rating;
*lastplayed = \&Slim::Schema::Track::lastplayed;
*workid = \&Slim::Schema::Track::workid;
*worktitle = \&Slim::Schema::Track::worktitle;

sub displayAsHTML {
my ($self, $form, $descend, $sort) = @_;
Expand Down

0 comments on commit f2a3e84

Please sign in to comment.