media-hub should also allow playback of files from alternative install directories (click databases)
Bug #1315383 reported by
Jamie Strandboge
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
media-hub (Ubuntu) |
New
|
Undecided
|
Jim Hodapp |
Bug Description
Currently does_client_
else if (uri.find(
&& uri.find(pkgname) != std::string::npos)
{
std::cout << "Client can access content in own opt directory" << std::endl;
return true;
}
This is fine, but only takes into account packages installed in /opt/click.
description: | updated |
summary: |
- media-hub should also allow playback of files from alternative click - databases + media-hub should also allow playback of files from alternative install + directories (click databases) |
Changed in media-hub (Ubuntu): | |
assignee: | nobody → Jim Hodapp (jhodapp) |
To post a comment you must log in.