Skip to content

Commit

Permalink
Fixed the search
Browse files Browse the repository at this point in the history
  • Loading branch information
weespin committed May 11, 2023
1 parent 5195170 commit 8826e87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.7.1.0")]
[assembly: AssemblyFileVersion("2.7.1.0")]
[assembly: AssemblyVersion("2.7.2.0")]
[assembly: AssemblyFileVersion("2.7.2.0")]
2 changes: 1 addition & 1 deletion SearchForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ List<SearchItem> DoSearch(string query)
}
else
{
var albumlist = albumNameNode.Children[2];
var albumlist = albumNameNode.Children[3];
if (albumlist.ChildElementCount == 0)
{
return searchResult;
Expand Down

0 comments on commit 8826e87

Please sign in to comment.