Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Zingabopp committed Mar 18, 2022
2 parents 3ff2a6c + 134f7df commit 2bae39a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

As an exception, all contents of the "Refs" directory, or any subdirectory named
"Refs", are not part of the Software and are therefore not subject to the License,
and remain the exclusive property of their copyright holders.
SOFTWARE.
Binary file removed Refs/Libs/SixLabors.ImageSharp.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Shared/Types/Playlist_T.cs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ public override bool Remove(IPlaylistSong item)
public override void RemoveAt(int index)
{
Songs.RemoveAt(index);
if (index < 3)
if (index < 4)
{
RaiseCoverImageChangedForDefaultCover();
}
Expand Down

0 comments on commit 2bae39a

Please sign in to comment.