entry_delete_by_type

@accepts(RB.RhythmDBEntryType)
@returns(none)
def entry_delete_by_type(type)

Delete all entries from the database of the given type. This is usually used by non-permanent sources when they disappear, such as removable media being removed, or a network share becoming unavailable.

type :

type of entried to delete.