Skip to content

Commit

Permalink
Merge pull request #2 from Elleo/master
Browse files Browse the repository at this point in the history
Use libresource's 'player' type for AUDIO_RESOURCE_MEDIA requests
  • Loading branch information
thp committed Jan 11, 2014
2 parents 2378b0e + b8448d3 commit 4b78765
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/audioresource.c
Expand Up @@ -69,10 +69,7 @@ audioresource_t *audioresource_init(enum audioresource_type_t type,
type_str = "game";
break;
case AUDIO_RESOURCE_MEDIA:
//type_str = "media";
// XXX: Workaround for now, as the backend doesn't
// know about "media" yet
type_str = "game";
type_str = "player";
break;
default:
/* Invalid audio resource type */
Expand Down

0 comments on commit 4b78765

Please sign in to comment.