Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
Description
<div>In the \WindowPlugins\GUIVideoFiles\GUIVideoFiles.cs in line 3144 there is the following call:</div><div><br /></div><div>facadeLayout.Sort(newVideoSort(CurrentSortMethod, CurrentSortAsc));</div><div><br /></div><div>which uses a comparer defined in VideoSort.cs</div><div><br /></div><div>Until this call the ".." entry is the first in the "itemlist" and a would assume that it should remain the first after sorting, but it doesn't.</div><div><br /></div><div>Looks like the "comparer" has decided to work as a randomizer...</div><div><br /></div><div>The fix has to be apply not only on Video but also in music etc.</div><div><br /></div>