changed to sort by name with new name sort, fixed redundant css in footer logo
This commit is contained in:
parent
13acbd4c0a
commit
80c133ffa7
@ -6,7 +6,7 @@ import logging
|
||||
from spotframework.engine.playlistengine import PlaylistEngine, PlaylistSource, RecommendationSource, LibraryTrackSource
|
||||
from spotframework.engine.processor.shuffle import Shuffle
|
||||
from spotframework.engine.processor.sort import SortReleaseDate
|
||||
from spotframework.engine.processor.deduplicate import DeduplicateByID
|
||||
from spotframework.engine.processor.deduplicate import DeduplicateByName
|
||||
|
||||
from spotframework.model.uri import Uri
|
||||
|
||||
@ -50,7 +50,7 @@ def run_user_playlist(username, playlist_name):
|
||||
|
||||
spotify_playlist_names = part_generator.get_recursive_parts(playlist.name)
|
||||
|
||||
processors = [DeduplicateByID()]
|
||||
processors = [DeduplicateByName()]
|
||||
params = [
|
||||
PlaylistSource.Params(names=spotify_playlist_names)
|
||||
]
|
||||
|
@ -37,8 +37,7 @@
|
||||
<img src="https://storage.googleapis.com/sarsooxyzstatic/andy.png"
|
||||
alt="AP"
|
||||
width="120px"
|
||||
style="align:center;
|
||||
display: block;
|
||||
style="display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding: 8px">
|
||||
|
@ -31,8 +31,7 @@
|
||||
<img src="https://storage.googleapis.com/sarsooxyzstatic/andy.png"
|
||||
alt="AP"
|
||||
width="120px"
|
||||
style="align:center;
|
||||
display: block;
|
||||
style="display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding: 8px">
|
||||
|
Loading…
Reference in New Issue
Block a user