Storyboard-fm/little-media-box

`Delivery.source()` should check for duplicates

agrathwohl opened this issue · 0 comments

Currently, it is possible to add more than one Source to a Delivery even if each source.uri value remains the same.

  • Check for duplicative uri and byteLength properties before adding the new Source to the Delivery
  • When a duplicate is found, return the already-existent Source from that delivery