rllc / llc-archives

Archived sermons, backed by the cloud
https://llc-archives.herokuapp.com
MIT License
1 stars 1 forks source link

Refactor MP3DiscoverService #13

Closed smcadams86 closed 9 years ago

smcadams86 commented 9 years ago

Problem

Mp3DiscoverServiceImpl only supports local directory scanning.

Suggested Action

Refactor to an abstract base class such that a Local and Remote Mp3 discovery service can be created easily.