Missing "Albums" view in Configuration.exe (1 Viewer)

CHli

Portal Pro
July 5, 2005
1,251
14
Switzerland
Home Country
Switzerland Switzerland
When setting the music different views in configuration.exe we cannot select the "Albums" view since it doesn't appear as a choice in the combobox.

here is the fix :

In MusicViews.cs (Configuration/Sections)

private string[] viewsAs = new string[]
{
"List",
"Icons",
"Big Icons",
"Filmstrip",
"Albums" //add Albums
};

btw thanks goes to Bavarian who fixed :

On 13/05/2006 [01:00:46] _Bavarian added the following change:
fixing View option "List" appear twice.

Just a remark he added "Big Icons List" which correspond to the "Albums" view. I think this can be a bit confusing.
 

Users who are viewing this thread

Top Bottom