Skip to content

Commit

Permalink
Merge pull request #3092 from hyperblast/master
Browse files Browse the repository at this point in the history
deadbeef.h: fix too early deprecation of streamer_get_playing_track
  • Loading branch information
Oleksiy-Yakovenko committed May 30, 2024
2 parents 7d0d600 + f15d703 commit be7c5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/deadbeef/deadbeef.h
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ typedef struct {

// streamer access
/// This function is unsafe, and has been deprecated in favor of @c streamer_get_playing_track_safe
DB_playItem_t *(*streamer_get_playing_track) (void) DEPRECATED_16;
DB_playItem_t *(*streamer_get_playing_track) (void) DEPRECATED_116;
DB_playItem_t *(*streamer_get_streaming_track) (void);
float (*streamer_get_playpos) (void);
int (*streamer_ok_to_read) (int len);
Expand Down

0 comments on commit be7c5c2

Please sign in to comment.