mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 09:33:33 +00:00
fix: Removed unnecessary code
This commit is contained in:
parent
1c2f1aa061
commit
47a0def06c
1 changed files with 0 additions and 17 deletions
|
|
@ -131,23 +131,6 @@ public class PlaylistRepository {
|
|||
});
|
||||
}
|
||||
|
||||
// public void updatePlaylist(String playlistId, String name, boolean isPublic, ArrayList<String> songIdToAdd, ArrayList<Integer> songIndexToRemove) {
|
||||
// App.getSubsonicClientInstance(false)
|
||||
// .getPlaylistClient()
|
||||
// .updatePlaylist(playlistId, name, isPublic, songIdToAdd, songIndexToRemove)
|
||||
// .enqueue(new Callback<ApiResponse>() {
|
||||
// @Override
|
||||
// public void onResponse(@NonNull Call<ApiResponse> call, @NonNull Response<ApiResponse> response) {
|
||||
//
|
||||
// }
|
||||
//
|
||||
// @Override
|
||||
// public void onFailure(@NonNull Call<ApiResponse> call, @NonNull Throwable t) {
|
||||
//
|
||||
// }
|
||||
// });
|
||||
// }
|
||||
|
||||
public void deletePlaylist(String playlistId) {
|
||||
App.getSubsonicClientInstance(false)
|
||||
.getPlaylistClient()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue