Mailing List Archive

[MythTV/mythtv] 06962b: MythMusic: Rename removeDuplicateTracks to removeI...
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: 06962b2d0eca330403e2d751bf339534eb8efd8d
https://github.com/MythTV/mythtv/commit/06962b2d0eca330403e2d751bf339534eb8efd8d
Author: Timothy Witham <twitham@sbcglobal.net>
Date: 2023-10-09 (Mon, 09 Oct 2023)

Changed paths:
M mythplugins/mythmusic/mythmusic/playlist.cpp
M mythplugins/mythmusic/mythmusic/playlist.h

Log Message:
-----------
MythMusic: Rename removeDuplicateTracks to removeItemsFromList (#800)

* MythMusic: Rename removeDuplicateTracks to removeItemsFromList

to more accurately describe what this function does. The end result
is no duplicates but that is due to how this function is called.
Tracks are added by using this function to first remove the new adds
from the prior list, then concatenating the modified result and new
list. The result is that any previously selected tracks are moved to
the end of the list in order as needed by Play Now and Add Tracks.

* MythMusic: remove accidental tab from playlist code


_______________________________________________
mythtv-commits mailing list
mythtv-commits@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-commits