diff --git a/LICENSE b/LICENSE index f6d09b3..f3768f5 100644 --- a/LICENSE +++ b/LICENSE @@ -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. \ No newline at end of file +SOFTWARE. \ No newline at end of file diff --git a/Refs/Libs/SixLabors.ImageSharp.dll b/Refs/Libs/SixLabors.ImageSharp.dll deleted file mode 100644 index 2f07e76..0000000 Binary files a/Refs/Libs/SixLabors.ImageSharp.dll and /dev/null differ diff --git a/Shared/Types/Playlist_T.cs b/Shared/Types/Playlist_T.cs index fde847b..d517a23 100644 --- a/Shared/Types/Playlist_T.cs +++ b/Shared/Types/Playlist_T.cs @@ -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(); }