Skip to content

Commit

Permalink
#83 - Add MIXED_TYPES_LIST type in home menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelherger committed Apr 30, 2024
1 parent a105b35 commit bc4e99f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Plugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ sub getModule {
my ( $client, $cb, $args, $params ) = @_;

my $module = $params->{module};
return $cb->() if $module->{type} !~ /MIX_LIST|PLAYLIST_LIST|ALBUM_LIST|TRACK_LIST/;
return $cb->() if $module->{type} !~ /MIX_LIST|MIXED_TYPES_LIST|PLAYLIST_LIST|ALBUM_LIST|TRACK_LIST/;

my $items = $module->{pagedList}->{items};
$items = Plugins::TIDAL::API->cacheTrackMetadata($items) if $module->{type} eq 'TRACK_LIST';
Expand Down
2 changes: 1 addition & 1 deletion install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<description>PLUGIN_TIDAL_DESC</description>
<creator>philippe_44, Michael Herger</creator>
<id>16da8158-263f-4347-8125-184372ea5610</id>
<version>1.4.0</version>
<version>1.4.1</version>
<module>Plugins::TIDAL::Plugin</module>
<importmodule>Plugins::TIDAL::Importer</importmodule>
<optionsURL>plugins/TIDAL/settings.html</optionsURL>
Expand Down

0 comments on commit bc4e99f

Please sign in to comment.