Package | Description |
---|---|
org.stanwood.media.store.db |
Modifier and Type | Method and Description |
---|---|
java.util.List<DBShow> |
DBMediaDirectory.getShows()
Used to get a list of shows in the media directory
|
Modifier and Type | Method and Description |
---|---|
protected void |
DatabaseStore.updateShow(IShow show,
DBShow foundShow) |
Modifier and Type | Method and Description |
---|---|
void |
DBMediaDirectory.setShows(java.util.List<DBShow> shows)
Used to set a list of shows in the media directory
|