mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-02 08:25:02 -04:00
Experiment with unifying Artwork interface for all databases
This commit is contained in:
parent
cd37c87002
commit
7a823835fb
@ -53,6 +53,10 @@ public class Artwork implements Serializable {
|
|||||||
return rating;
|
return rating;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public boolean matches(String tag) {
|
||||||
|
return stream(category).anyMatch(tag::equals);
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int hashCode() {
|
public int hashCode() {
|
||||||
return url.hashCode();
|
return url.hashCode();
|
||||||
|
Loading…
Reference in New Issue
Block a user